Dismissing a Modally Presented Scene on Both iPad and iPhones Using Unwind Segues
UISplitViewController
is the way to go when you want to make your iOS app universal without much hassle and can model the scenes in terms of master/detail. While getting Calendar Paste ready for the upcoming iOS 9 release, I discovered that using UISplitViewController
across devices is one thing, while Storyboard segues are another.