Re: ***UNCHECKED*** How is one supposed to use a UIPageViewController in a storyboard?
Re: ***UNCHECKED*** How is one supposed to use a UIPageViewController in a storyboard?
- Subject: Re: ***UNCHECKED*** How is one supposed to use a UIPageViewController in a storyboard?
- From: Fritz Anderson <email@hidden>
- Date: Tue, 24 Sep 2013 12:38:42 -0500
On 24 Sep 2013, at 3:03 AM, Rick Mann <email@hidden> wrote:
> UIPageViewController seems very clunky. On the surface, it looks similar to UITableViewController, but in fact, it behaves very differently. There's no view associated with it, nor can you add a view to it (in the storyboard editor).
That is correct. The data source for the page-view controller must feed view controllers to the page controller on demand. The page-view controller does not know, and does not care, what kind of view controller it gets from any one request. You may have different view controllers that go into pages. The design has to allow for this.
Create XIBs or Storyboard scenes with your page-layout views. That's the best you can do.
— F
_______________________________________________
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