atlex2 0 Light Poster

Developing for the iPad..

I'm having significant scroll view performance issues after:
1. creating a full screen modal view with a scrollview subview with content using
2. a view controller with a view of about 1800 px of hight containing approximately 23 UISegmentedBars (loaded from a nib)

This setup obviously requires scrolling on an iPad but there is a significant amount of choppiness and general lag while scrolling the content view.
It's my conclusion that the UISegmentedBars are doing some large amount of redrawing when being scrolled.

How can I monumentally increase the performance of the uisegmentedbars to something actually pleasant to interact with?
Subclassing a preventing redraws, for example?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.