Tabbar App with Paging between tabs.

Posted by user558076 on Stack Overflow See other posts from Stack Overflow or by user558076
Published on 2011-01-10T08:38:22Z Indexed on 2011/01/10 8:53 UTC
Read the original article Hit count: 164

Filed under:
|
|
|

Hi everyone,

I've been struggling for about four days now trying to figure out how to implement the functionality I need. Basically I want to make a tabbar app that you can swipe back and forth between the tabs. Say I have 4 tabs. Would it make any sense just to create a scrollview that's 4 times as wide as the device, and load up 4 individual views side by side? Then I could use the tabbar delegate to simple tell which page to make visible? I could also use itemSelected to update the tab itself if a user swipes to a new page.

does this make sense / is it a good idea? I just need a quick yes or no answer before I spend another whole day pursuing something doomed to failure. Thank you very much for your help...

© Stack Overflow or respective owner

Related posts about iphone

Related posts about paging