Presenting on top of a UISplitView Controller - Part 1

Channel:
Subscribers:
29,700
Published on ● Video Link: https://www.youtube.com/watch?v=OExgo_DhwJI



Duration: 17:20
613 views
4


In this screencast I'll show you how to present an overlay view controller on top of a split view controller in Objetive-C. Impossible you say? Read on!

The UISplitView Controller has always had an annoying habit since its introduction: it has to be the root view controller of our app, and as such it cannot present other view controllers, nor can it be presented from another view controllers. This makes for very restrictive app design. However, with a bit of iOS magic, we can make it appear as if we could so just that. Let me show you how in this screencast.

Part 2 is here:
https://youtu.be/rb15XXTu0FM

Check out my full article here: http://pinkstone.co.uk/how-to-present-a-view-controller-on-top-of-a-uisplitview-controller/







Tags:
IOS (Operating System)
iOS Development
Objective-C (Programming Language)
iPad
Apple
split view
UISplitView Controller