On Fri, 22 Mar 2013 22:02:04 -0400, Koen van der Drift <koenvanderdr...@gmail.com> said: >I'd like to make a view layout similar to the Apple Stocks app, where the top >view remains the same and the bottom view can be swiped to display different >info views related to the top view. > >How should I design the view-controllers for this? One for the top view and >then some additional ones for the bottom views?
Not every division of the screen needs to involve view controllers. Indeed, on iPhone, it is usual for a view controller to manage the screen as a whole, only. Consider just using views. I haven't looked at the Apple Stocks app, but what you've described so far sounds like no more than a view containing a paging scroll view. m. -- matt neuburg, phd = m...@tidbits.com, <http://www.apeth.net/matt/> A fool + a tool + an autorelease pool = cool! Programming iOS 6! http://shop.oreilly.com/product/0636920029717.do _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com