kalmesh123 / ios-ToDoList

0 stars 0 forks source link

Please review my app #1

Open kalmesh123 opened 11 years ago

kalmesh123 commented 11 years ago

not very happy with the outcome of app. I believe I could have done better. There are some issues with the appearance of keyboard for newly created tableview item something which does not happen everytime. /cc @nesquena @timothy1ee

timothy1ee commented 11 years ago

It's a good start, although it could use some polish. The biggest issue is you have a data array, but you never read from it. In cellForRowAtIndexPath, you're always clearing out the data. UITableView recycles views when they leave the screen. Try adding some todo items, then scrolling them off the screen. When you scroll back, they will be blank.