/deegeu-ios-swift-segues

“How to pass data between iOS 9 views in Swift 2.0” video demonstrates passing data directly to a destination view controller, and using protocols to pass data back to the source view controller.

Primary LanguageSwiftMIT LicenseMIT

How to pass data between iOS 9 views in Swift 2.0

The purpose of this repository is to supplement the video with code, and to provide a simple starting point for passing data between segues.

The “How to pass data between iOS 9 views in Swift 2.0” video demonstrates passing data directly to a destination view controller, and using protocols to pass data back to the source view controller.

The video uses Swift 2.0 and iOS 9

You can find more iOS videos on the DeegeU channel

Getting started

The code is a self contained Swift project that can be loaded into XCode.

This code is written and compiled for Swift 2.0.

Getting help

If you are having troubles getting the source code, please see Getting the source code or the video How to get code from GitHub

License

MIT: http://rem.mit-license.org

Feedback

Any feedback is welcome. You can contact me at dj at deegeu.com, the Facebook page, the Google+ page or on DeegeU.com.

Contributions

If you wish to contribute to any issues you find in the source code, please issue a pull request.