iPhone and iPad development
658.0K views | +36 today
Follow
iPhone and iPad development
Tips, Libs and more about iPhone and iPad development and ios
Curated by Vincent Demay
Your new post is loading...
Scooped by Vincent Demay
Scoop.it!

Custom Table View Cells in iPad Programming

Custom Table View Cells in iPad Programming | iPhone and iPad development | Scoop.it

The UITableViewCell class can be configured to display in a variety of standard ways, but sometimes we want to display content in a cell that cannot be fit into one of the standard display modes.

No comment yet.
Scooped by Vincent Demay
Scoop.it!

Cocoa Touch Tutorial: Using Grand Central Dispatch for Asynchronous Table View Cells | Jeff Kelley’s Blog

From Jeff Kelley


"One of the problems that an iOS developer will often face is the performance of table view cells. Table view cells are loaded on-demand by the UITableView that they’re a part of; the system calls ‑cellForRowAtIndexPath: on the table view’s dataSource property to fetch a new cell in order to display it. Since this method is called (several times) while scrolling a table view, it needs to be very performant. You don’t have very much time to provide the system with a table view cell; take too long, and the application will appear to stutter to your users. This kills the immersion of your application and is an instant sign to users that the application is poorly-written. I guess what I’m saying is that this code needs to be fast. But what if something you need to do to display the table view cell takes a long time—say, loading an image?"

No comment yet.
Scooped by Vincent Demay
Scoop.it!

Set background image of UITableView | Seaside

Set background image of UITableView | Seaside | iPhone and iPad development | Scoop.it
How to set a background image of a UITableView is a very often and common question. Today we will try to answer this.
No comment yet.
Curated by Vincent Demay
Development Manager @ Scoop.it - http://www.scoop.it
iPad, iPhone and Android developer
Geek :)