I'm developing an iPad app on which i have a very big UITableView (about 10x screen width and height) and above of this a UIScrollView that I'm able to scroll horizontally.
In every UITableViewCell i add a various amount of UIViews. My Problem is that the scrolling performance is really bad. So i searched Google for an solution but did not find anything that was suitable for my problem.
I think the problem is that the entire screen is redrawn when a scrolling is done but i don't know how to limit this...
Can anybody provide a solution?
Thanks.