Re: UIViewController question
Re: UIViewController question
- Subject: Re: UIViewController question
- From: Roger Dalal <email@hidden>
- Date: Sat, 23 Mar 2013 15:54:16 -0400
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
<email@hidden> 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 (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
_______________________________________________
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