Open kalmesh123 opened 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.
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