mnimish / ToDoList

0 stars 0 forks source link

Review my app #1

Open mnimish opened 11 years ago

mnimish commented 11 years ago

My app is a complete, please review. I have also implemented "long touch" to make cell editable. Plsease take a look the way I am setting textfield as cell.contentview. Is that the right way to make cells editable? /cc @nesquena @timothy1ee

timothy1ee commented 11 years ago

Nice work. Yes, adding subviews to the cells contentView was an Apple recommended way to create custom cells for a long time. In recent times, it's more common to create it as a nib. In the past, implementing cells as a nib would be too slow for scrolling on a 3GS.