Changelog History
-
v1.3.0 Changes
September 30, 2016Migrated to Swift 3.
-
v1.2.1 Changes
January 22, 2016🛠 Fixed tvOS target settings when installed via CocoaPods.
-
v1.2.0 Changes
November 23, 2015👍 tvOS support
-
v1.1.0 Changes
October 06, 2015⚡️ Swift 2.0 update.
-
v1.0.0 Changes
April 03, 2015All 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.
-
v0.4.1 Changes
March 12, 2015🚀 Set deployment target to 8.0
-
v0.4.0 Changes
March 06, 2015🚚 Many additions, check README for more information. Also centerInSuperlayer, centerDimensionInSuperlayer, and their view equivalents have been removed.
-
v0.3.1 Changes
March 01, 2015👍 Cocoapods support and license specification.
-
v0.3.0 Changes
February 27, 2015- ➕ Added right and left properties to UIViewControllers.
- Helper functions named inset and offset.
- Smart assignment operator.
For more information check the API cheat sheet.
-
v0.2.1 Changes
February 26, 2015➕ Added top and bottom properties to UIViewController. Check API cheat sheet for more information.