- SPM support. Moved sources under
Sources
folder,Info.plist
underSupporting Files
folder. - Updated travis Xcode version to 12.2
- Removed macOS scheme
- Swift 5 support
UIStackView
support. You can now useUIStackView
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.
- lib uses Swift 4.2 internally
InstantiableViewController
protocol renamed toInstantiable
and improved to be usable in automatic UIViewController extension such as this one
- Xcode 10 build problem