Releases: MLSDev/LoadableViews
Releases · MLSDev/LoadableViews
3.6.1
3.6.0
Added
- Support for macOS: loading AppKit.NSView from xib.
3.5.0
Changed
- Minimum iOS deployment target - iOS 9.
3.4.0
- Support for Swift Package Manager in Xcode 11.
- Added ability to customize Bundle from which view is being loaded.
3.3.0
- Added convenience methods, that allow to resize view properly if view is using AutoLayout and can determine it's desired size:
compressedLayout()
,expandedLayout()
andsystemLayout(fittingSize:, horizontalPriority:, verticalPriority:)
. - Dropped support for Swift 3.
3.2.0
- Support for Swift 5 and Xcode 10.2.
3.1.0
- Support for Swift 4.2 and Xcode 10.
3.0.0
- LoadableView no longer sets
translatesAutoresizingMasksIntoConstraints
property on container view tofalse
. If you plan to use LoadableView without superview, consider turning this property tofalse
manually, because without a container view it will not be able to compute it's size.
2.3.0
- Added
LoadableControl
to allow LoadableView subclasses to have UIControl properties and methods.
2.2.1
- Updated for Xcode 9.1 / Swift 4.0.2