Re: UIViewController question
Re: UIViewController question
- Subject: Re: UIViewController question
- From: Matt Neuburg <email@hidden>
- Date: Sat, 23 Mar 2013 09:17:47 -0700
On Fri, 22 Mar 2013 22:02:04 -0400, Koen van der Drift <email@hidden> 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 = email@hidden, <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 (email@hidden)
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:
This email sent to email@hidden