Showing posts with label heightForRowAtIndexPath. Show all posts
Showing posts with label heightForRowAtIndexPath. Show all posts

Monday, February 7, 2011

UITableView with Custom Cell Height

I'm writing an application, where startup view contains UITableView - which seemed pretty slow. Basic version is not too bad, but when using a custom UITableViewCell created from XIB, it became totally unusable.

Time to debug whether Interface Builder's XIB makes things slow!