Beta 3 changes:
- Warn about segues with custom class not of type custom (crashes on iOS 8)
- Nice new robust system to import the correct modules
- Storyboard controller instances are now made with
instantiate()
instead of.instance
to make it clear we always create a new fresh controller (there are some more places this is done) - Some documentation updates