I have been reading and watching videos on iPhone development for a few months now and havent actually wrote anything yet. This blog post will be used to keep a list of the things I would like to be able to do on the iPhone. Its my learning wish list.
Custom draw TableViewCells
Need to create my own row styles for TableView. Example is a traffic light on the left, with title and custom background colours
TableView row with detail button which expands the row out into a larger row with more details
I like this idea so that a table row button can be clicked which expands the row out into a more detailed view.
https://devforums.apple.com/thread/90802?tstart=30
UIPopover displayed for a selected row in table view
When tapping an holding in a table row a popup could be displayed with some actions.
https://devforums.apple.com/thread/72234?tstart=15
Sliding TableViewCells
This looks like a really neat feature. It works same as the swipe to delete function on a table view but instead of the delete button it slides the row to the left revealing a couple of actions.
http://idevrecipes.com/2011/04/14/how-does-the-twitter-iphone-app-implement-side-swiping-on-a-table/