1

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

Bad Boy
  • 628
  • 2
  • 5
  • 23
  • I'm sorry but I don't understand your question. Can you rephrase and perhaps put in some sample code to illustrate what you are asking? – drekka Nov 09 '10 at 13:17

1 Answers1

1

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.

Community
  • 1
  • 1
Bersaelor
  • 2,517
  • 34
  • 58