Bad Boy
Bad Boy

Reputation: 628

is it good to use UITableViewCell for performance

i am using UITable View cell for the TableVirewController its working fine but i want to know one thing,performance wise is it good or writing complete code in "cellForRowAtIndexPath " method which one is better for efficiency

Upvotes: 1

Views: 167

Answers (1)

Bersaelor
Bersaelor

Reputation: 2577

Have a look at the WWDC session "Session 131 - Performance Optimization on iPhone OS", they talked a great deal about how to increase TableView Performance. Also have a look at this thread.

Upvotes: 1

Related Questions