I am currently using a master-detail iPad UI: inside a UISplitViewController I have the left (master) side contain a UITableViewController, and the right (detail) side contains an iCarousel. See attached image.
Problem: When scrolling the table view WHILE the carousel is still animating The table view scrolls and decelerates smoothly, and the iCarousel scrolls in a sluggish (that is, barely animating at all) fashion.
What can one do to improve the iCarousel's animation "smoothness" when animating in concurrence to a table view animating/decelerating?
Points for consideration:
Tested on iPad 1 (non-retina), iPad 4G (retina), and in simulator retina and non retina, same results in all platforms.
It does not seem to matter whether you first drag the carousel and then the table or in the other order, the table view always takes "precedence", and iCarousel's smooth animation performance seems to go *^&k!.
NSRunLoopCommonModes
and it should work. – JustSid