Releases: isair/ManualLayout
Releases · isair/ManualLayout
1.2.1
Fixed tvOS target settings when installed via CocoaPods.
1.0.0
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
Set deployment target to 8.0
0.4.0
Many additions, check README for more information. Also centerInSuperlayer, centerDimensionInSuperlayer, and their view equivalents have been removed.
0.3.1
Cocoapods support and license specification.
0.3.0
- 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
Added top and bottom properties to UIViewController. Check API cheat sheet for more information.