You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Beginning with iOS 8 the UISplitViewController class supports iPhones, and it also no longer requires to be the app's root view controller. The class docs still note that
You cannot push a split view controller onto a navigation stack.
Check out whether the project's custom implementation of a split view controller can be replaced with UISplitViewController.
The text was updated successfully, but these errors were encountered:
Beginning with iOS 8 the
UISplitViewController
class supports iPhones, and it also no longer requires to be the app's root view controller. The class docs still note thatCheck out whether the project's custom implementation of a split view controller can be replaced with
UISplitViewController
.The text was updated successfully, but these errors were encountered: