Skip to content

0.13.0

Compare
Choose a tag to compare
@mac-cain13 mac-cain13 released this 07 Dec 20:08
  • New typed segues
  • iOS 7 compatible image loading

Upgrade notice:
The new R.segue.* structure is a breaking change, upgrading will give you compile errors because the structure has changed.

Old: R.segue.mySegue
New: R.segue.myViewController.mySegue

This enables you to reuse segue identifier names between different source view controllers. Segues now also contain type information. See the documentation on how you can leverage from that.