UnwindSegue

Last Revision:
Version 1.1, 2018-03-15
Upgraded to iOS 11 SDK, fixed deprecated APIs and other build warnings.
(Full Revision History)
Build Requirements:
iOS 11.0 SDK or later
Runtime Requirements:
iOS 9.0 or later

This sample demonstrates how to use segues and unwind segues to drive navigation between the various screens of content in your app. The project contains two build targets: UnwindSegue and CustomUnwindSegue. UnwindSegue demonstrates using unwind segues with modally presented view controllers as well as view controllers in a UINavigationController. CustomUnwindSegue demonstrates implementing a custom container view controller that can be used with unwind segues.