Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 881 Bytes

CHANGELOG.md

File metadata and controls

22 lines (18 loc) · 881 Bytes

[2.2.1]

Added

  • SPM support. Moved sources under Sources folder, Info.plist under Supporting Files folder.
  • Updated travis Xcode version to 12.2
  • Removed macOS scheme

[2.2.0]

Added

  • Swift 5 support

[2.1.0]

Added

  • UIStackView support. You can now use UIStackView as a container, and you can insert child's view with animation if you wish. UIStackView is a great help, especially if you have multiple childs. You no longer need to set them constraints - UIStackView + autolayout will do this for you.

[2.0.0]

Changed

  • lib uses Swift 4.2 internally
  • InstantiableViewController protocol renamed to Instantiable and improved to be usable in automatic UIViewController extension such as this one

[1.0.2]

Fixed

  • Xcode 10 build problem