| 18 February 2010
Inserting a full image background for UITableViewCell can bring down the scroll performance of your UITableView. Here is a useful code snippet to make UITableView scroll snappier.
Step 1. Create the background of dimensions of your UITableViewCell in Photoshop. Take a vertical slice of about 2 to 10 pixels of this image and save it as tablecellbackground.png and import it into your Xcode project
Step 2. In the TableView datasource method cellForRowAtIndexPath:(NSIndexPath *)indexPath insert the following code
Add new comment







