UITableViewCell similar to one in "Things" app

Posted by Fiedorowski on Stack Overflow See other posts from Stack Overflow or by Fiedorowski
Published on 2010-04-30T13:12:19Z Indexed on 2010/04/30 13:17 UTC
Read the original article Hit count: 184

Hi

im looking (but cant find) for sample app that will show me how to implement UITableView with custom UITableViewCell that is similar to one in the Things app, with smooth animation from read-only view (that hides empty cells) to editable view that shows only cells that can be edited, and custom cell with multiline input with small image. I would appreciate if someone could point me in the right direction. Im new to Cocoa/Objective-C programming but Im familiar with Object Oriented programing concepts.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa-touch