Re: UIViewController question
Re: UIViewController question
- Subject: Re: UIViewController question
- From: Rick Aurbach <email@hidden>
- Date: Sat, 23 Mar 2013 15:22:46 -0400
- Acceptlanguage: en-US
- Thread-topic: UIViewController question
On Mar 23, 2013, at 1:47 PM, email@hidden wrote:
> On 2013/03/23, at 11:02, 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)
>>
> From: email@hidden
> To: Koen van der Drift <email@hidden>
> Cc: "email@hidden Dev" <email@hidden>
> Subject: Re: UIViewController question
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset=us-ascii
>
> Master-Detail pattern.
> Select an item in the table view.
> Detail view loads detail.
> In this case detail view has 3 swipeable pages that loop.
>
> Sounds like you could do it with one or two or more. Up to you.
> Really just swapping out data, views themselves aren't necessarily different as data changes. Additional view controllers might not be necessary.
>
>
> Sent from my iPhone
>
Why not make the detail view one big multipage-wide view embedded in a UIScrollView with paging enabled?
Cheers,
Rick Aurbach
Aurbach & Associates, Inc.
_______________________________________________
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