khanmdv / ToDo

0 stars 0 forks source link

ToDo App #1

Open khanmdv opened 11 years ago

khanmdv commented 11 years ago

My app is a complete, please review. /cc @nesquena @timothy1ee

timothy1ee commented 11 years ago

Excellent work, well done. Here's some minor feedback

- (NSArray*)getTodoList;
- (void)setTodoListOnLoad:(NSArray*)todoList;

Consider declaring it as a property, like:

@property (nonatomic, strong) NSArray *todoList;