Releases: Otbivnoe/Framezilla
Releases · Otbivnoe/Framezilla
2.9.1
Changes:
- Deprecate
Maker
's container method - use this one instead.
Fixes:
2.9.0
Improvements:
Added the functions for configuring a corner radius. Close #15
2.8.0
Improvements:
- Container enhancements. Close #13
2.7.0 Release Candidate 1
Improvements:
Changed the layout system - in previous versions of the library Maker
changes the frame
property of objects, now it changes the center
and bounds
.
2.7.0
Improvements:
heightToFit
and widthToFit
enhancements. Close #11
Changes:
widthThatFits(width: Number)
was renamed to widthThatFits(maxWidth: Number)
heightThatFits(height: Number)
was renamed to heightThatFits(maxHeight: Number)
2.6.0
Features:
- Added a new more flexible container method:
let container = [content1, content2, content3, content4].container(in: view) {
// configure frame of all subviews
}
2.5.0
Features:
- Added the
widthThatFits(width: CGFloat)
and heightThatFits(height: CGFloat)
methods. Close #9
2.4.1
Fixes:
- Fixed the bug related to the previous release (centerX, centerY).
2.4.0
Features
- Implemented
centerX
and centerY
for relation views:
maker.centerY(between: content1.nui_bottom, content2.nui_top)
Fixes
- Fixed view's binding to
top / left / bottom / right
sides of superview as a UIScrollView
.
2.3.0
Features
- Added the safe area support. 🎉