Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Releases: Otbivnoe/Framezilla

2.9.1

28 Feb 03:12
Compare
Choose a tag to compare

Changes:

  • Deprecate Maker's container method - use this one instead.

Fixes:

2.9.0

09 Feb 08:06
Compare
Choose a tag to compare

Improvements:

Added the functions for configuring a corner radius. Close #15

2.8.0

02 Feb 10:15
Compare
Choose a tag to compare

Improvements:

  • Container enhancements. Close #13

2.7.0 Release Candidate 1

29 Dec 06:22
Compare
Choose a tag to compare
Pre-release

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

28 Dec 05:16
Compare
Choose a tag to compare

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

26 Dec 05:31
Compare
Choose a tag to compare

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

25 Dec 09:31
Compare
Choose a tag to compare

Features:

  • Added the widthThatFits(width: CGFloat) and heightThatFits(height: CGFloat) methods. Close #9

2.4.1

08 Dec 07:50
Compare
Choose a tag to compare

Fixes:

  • Fixed the bug related to the previous release (centerX, centerY).

2.4.0

30 Nov 09:42
Compare
Choose a tag to compare

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

21 Oct 10:55
Compare
Choose a tag to compare

Features

  • Added the safe area support. 🎉