Re: Choosing view controller for segue
Re: Choosing view controller for segue
- Subject: Re: Choosing view controller for segue
- From: Steve Mills <email@hidden>
- Date: Thu, 15 Jun 2017 21:23:29 +0000 (GMT)
Just found a similar question on StackOverflow, with a few answers suggesting
that the embedded VC be a UITabViewController, then choose the desired VC from
the multiple VCs in that, and hide the tab bar. I might dink around with that
idea.
Sure would be nice if UIPageViewController was more flexible, say
-setViewControllers:spineLocation:animated:completion:, since even returning
UIPageViewControllerSpineLocationMid the delegate method
pageViewController:spineLocationForInterfaceOrientation: doesn't prevent it from throwing
an exception when you call setViewControllers:direction:animated:completion: with the
"wrong" number of VCs when the spine location was set to *Min in the storyboard.
Sent from iCloud's ridiculous UI, so, sorry about the formatting
_______________________________________________
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