Skip to content

Releases: isair/ManualLayout

1.3.0

30 Sep 21:21
Compare
Choose a tag to compare

Migrated to Swift 3.

1.2.1

22 Jan 05:31
Compare
Choose a tag to compare

Fixed tvOS target settings when installed via CocoaPods.

1.2.0

23 Nov 00:10
Compare
Choose a tag to compare

tvOS support

1.1.0

06 Oct 16:29
Compare
Choose a tag to compare

Swift 2.0 update.

1.0.0

03 Apr 01:51
Compare
Choose a tag to compare

All the properties available to layers and views are now available for CGRect types as well. This was added to make working with bounds properties easier, which is necessary when working with nested views to keep the code short.

Also a bounds property is added to controllers.

0.4.1

12 Mar 18:47
Compare
Choose a tag to compare

Set deployment target to 8.0

0.4.0

06 Mar 23:51
Compare
Choose a tag to compare

Many additions, check README for more information. Also centerInSuperlayer, centerDimensionInSuperlayer, and their view equivalents have been removed.

0.3.1

01 Mar 22:42
Compare
Choose a tag to compare

Cocoapods support and license specification.

0.3.0

27 Feb 00:18
Compare
Choose a tag to compare
  • Added right and left properties to UIViewControllers.
  • Helper functions named inset and offset.
  • Smart assignment operator.

For more information check the API cheat sheet.

0.2.1

26 Feb 02:42
Compare
Choose a tag to compare

Added top and bottom properties to UIViewController. Check API cheat sheet for more information.