In my heightForRowAtIndexPath
method I want to customize height only for certain rows. For the rest I want the framework to take care. How would I do that?
views:
36answers:
1
+4
A:
You can just return tableView.rowHeight
, which is set to a default value unless you change it.
Ole Begemann
2010-06-30 12:32:12