Hi everyone.
I would like to have something that would kind of replicate the details view of the recent calls tab on the iPhone phone.app.
When viewing the recent calls, tapping the disclosure button takes me to the view pictured here: http://img337.imageshack.us/img337/3456/recentcalls.jpg
I would like to know if that area in blue represents a custom cell. Am I right? Or is there an easier way to accomplish this?
My need for replicating this comes from my trouble with heightForRowAtIndexPath
, as explained here: http://stackoverflow.com/questions/3189287/heightforrowatindexpath-for-only-one-section
(I won't be using heightForRowAtIndexPath anymore with this solution).
Thanks in advance.