I second Matt's approach. To emulate the look of Apple Stocks, use a single UIViewController that contains a UITableView in the upper section with a horizontal scrolling UIScrollView in the lower (with paging enabled). There also appears to be a black frame in a UImageView that is masking the corners (creating the appearance of rounded corners) at the top of view hierarchy (you could also use Quartzcore layer.cornerRadius but you might find a topmost frame the easiest).
Good luck! Roger Dalal On Mar 22, 2013, at 10:04 PM, Koen van der Drift <koenvanderdr...@gmail.com> wrote: > 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? > > Or is there another way to do this? > > - Koen. > _______________________________________________ > > 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/roger.dalal%40gmail.com > > This email sent to roger.da...@gmail.com _______________________________________________ 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