Skip to content

Releases: mamaral/Facade

Version 1.1.1

29 Mar 15:09
Compare
Choose a tag to compare

Patches a logic error on one of the frame calculations.

Version 1.1.0

13 Oct 20:14
Compare
Choose a tag to compare

Added a bunch of new helpful methods, courtesy of @MontakOleg!

Version 1.0.1

27 Aug 17:55
Compare
Choose a tag to compare

Added a method to group subviews centered horizontally within a container, filling the height, with provided sizing and spacing.

Version 1.0.0

17 Jul 15:41
Compare
Choose a tag to compare

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

15 Jul 16:26
Compare
Choose a tag to compare

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

07 Jul 19:06
Compare
Choose a tag to compare

Added method to align a view between two sibling views vertically, centered in its superview.

Version 0.2.2

02 Jul 13:38
Compare
Choose a tag to compare

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

22 Jun 19:21
Compare
Choose a tag to compare

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

27 May 14:26
Compare
Choose a tag to compare

Minor bug fixes and added initial crack at a grid layout.

Version 0.1

14 May 03:54
Compare
Choose a tag to compare

Initial release.