Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modernization + add TRACE_CALL variadic function to better illustrate object creation / life-cycle. #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mralexgray
Copy link
Contributor

amended.. example of the AutoToDoLists' log output...

-[TodoList setUp];
-[TodoList setWithArray:(
    "Do washing",
    "Mow lawn",
    "Write an open source library",
    "Feed the cat"
)];
-[TodoItem setWithString:Do washing];
-[TodoItem setWithString:Mow lawn];
-[TodoItem setWithString:Write an open source library];
-[TodoItem setWithString:Feed the cat];
Just called +[TodoItem instancesWithArray:
    Do washing
    Mow lawn
    Write an open source library
    Feed the cat];
Note: initialise with default list from plist (setWithArray:)
Resource file:TodoList.plist
Save file:TodoList.plist
-[TodoListViewController tableView:numberOfRowsInSection:7];
-[TodoListViewController tableView:cellForRowAtIndexPath:0];
-[TodoListViewController tableView:cellForRowAtIndexPath:1];
-[TodoListViewController tableView:cellForRowAtIndexPath:2];
-[TodoListViewController tableView:cellForRowAtIndexPath:3];
-[TodoListViewController tableView:cellForRowAtIndexPath:4];
-[TodoListViewController tableView:cellForRowAtIndexPath:5];
-[TodoListViewController tableView:cellForRowAtIndexPath:6];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant