Skip to content

Releases: isair/ManualLayout

1.3.0

Choose a tag to compare

@isair isair released this 30 Sep 21:21

Migrated to Swift 3.

1.2.1

Choose a tag to compare

@isair isair released this 22 Jan 05:31

Fixed tvOS target settings when installed via CocoaPods.

1.2.0

Choose a tag to compare

@isair isair released this 23 Nov 00:10

tvOS support

1.1.0

Choose a tag to compare

@isair isair released this 06 Oct 16:29

Swift 2.0 update.

1.0.0

Choose a tag to compare

@isair isair released this 03 Apr 01:51

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

Choose a tag to compare

@isair isair released this 12 Mar 18:47

Set deployment target to 8.0

0.4.0

Choose a tag to compare

@isair isair released this 06 Mar 23:51

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

0.3.1

Choose a tag to compare

@isair isair released this 01 Mar 22:42

Cocoapods support and license specification.

0.3.0

Choose a tag to compare

@isair isair released this 27 Feb 00:18
  • 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

Choose a tag to compare

@isair isair released this 26 Feb 02:42

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