Re: UIPageViewController
Re: UIPageViewController
- Subject: Re: UIPageViewController
- From: Laurent Daudelin <email@hidden>
- Date: Mon, 17 Jun 2013 14:33:04 -0400
Are you using a navigation controller? Based on your description, I think you should. If so, you push the UIPageViewController like any other view controller: [self.navigationController pushViewController:thePageViewController animated:YES].
If you’re instantiating the UIPageViewController from a nib or a storyboard, make sure that “Resize view from nib” is turned on in the attributes inspector.
-Laurent.
--
Laurent Daudelin
AIM/iChat/Skype:LaurentDaudelin http://www.nemesys-soft.com/
Logiciels Nemesys Software email@hidden
On Jun 17, 2013, at 14:15, koko <email@hidden> wrote:
> I am having difficulty displaying a UIPageViewController in full screen.
>
> Some details:
>
> 1. The app is Master/Detail
> 2. A master selection causes a detail view display in a UICollectionView
> 3. A different Master selection changes the detail view UIColllectionView.
> 4. Make a multiple selection in the detail view
>
> <all above works great>
>
>
> <The question>
>
> 5. How to display a full screen UIPageViewController containing the multiple selection as its pages.
>
> NOTE: I can display the UIPageViewController in a UIPopoverController and page through it … but I want an full screen.
> I cannot even get the UIpopoverController to display full screen.
>
> I need some direction here … thanks.
>
> -koko
> _______________________________________________
>
> 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