Releases: mamaral/Facade
Version 1.1.1
Version 1.1.0
Added a bunch of new helpful methods, courtesy of @MontakOleg!
Version 1.0.1
Added a method to group subviews centered horizontally within a container, filling the height, with provided sizing and spacing.
Version 1.0.0
First official non-beta release!
Newest update includes frame utility methods as well as updating one method with an inconsistent signature.
Version 0.2.4
Added methods to align a view to the right of a sibling view without needing to align it to the top, center, or bottom of that view.
Version 0.2.3
Added method to align a view between two sibling views vertically, centered in its superview.
Version 0.2.2
Added a method to align a view to the left of a sibling view, filling it's superview, as well as a method to group a row of views horizontally with flexible heights and widths to fill their superview.
Version 0.2.1
Added new method to align a view between two views horizontally, aligning it to the vertical center of the left-most view.
Version 0.2
Minor bug fixes and added initial crack at a grid layout.
Version 0.1
Initial release.