views:

746

answers:

2

i am using apple's page control sample and showing three different types of views.

the scrolling is very slow in device because i am having a uitable a 5 to 7 labels on my view.and everything is updating from database.how do i increase performance of my scrolling behaviour.so that it scrolls very fast in device.

+3  A: 

Fast Scrolling in Tweetie with UITableView

Sam
A: 

Or you could make sure all components on your UITableViewCells are opaque. UITableView doesn't handle well transparency when scrolling.

leolobato