• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: ***UNCHECKED*** How is one supposed to use a UIPageViewController in a storyboard?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: ***UNCHECKED*** How is one supposed to use a UIPageViewController in a storyboard?
      • From: Rick Mann <email@hidden>
References: 
 >How is one supposed to use a UIPageViewController in a storyboard? (From: Rick Mann <email@hidden>)

  • Prev by Date: Re: View hierarchy, documentation, and origin location.
  • Next by Date: Re: ***UNCHECKED*** How is one supposed to use a UIPageViewController in a storyboard?
  • Previous by thread: How is one supposed to use a UIPageViewController in a storyboard?
  • Next by thread: Re: ***UNCHECKED*** How is one supposed to use a UIPageViewController in a storyboard?
  • Index(es):
    • Date
    • Thread