UIPageControl design challenge

Posted by Sheehan Alam on Stack Overflow See other posts from Stack Overflow or by Sheehan Alam
Published on 2010-05-28T23:17:09Z Indexed on 2010/05/28 23:22 UTC
Read the original article Hit count: 351

My app has a UITabBarController that loads many different UINavigationControllers. I want a UIPageControl to switch between the different UINavigationControllers. Do I place the UIPageControl in my UINavigationController or in my appDelegate? Suggestions and best practices are welcome.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c