Tags: MuhAssar/UIView-Positioning
Tags
UIView+Positioning is now at v1.1. Many changes! - Swift version is now available in the ['swift' branch] - Added **left** and **top** properties (aliases for x and y) - Issue freak4pc#7 - Added bounds-related properties - **boundsX**, **boundsY**, **boundsWidth**, **boundsHeight** - Issue freak4pc#6 - Fixed center-related properties to be Pixel Integral - Optimized setting x and y together by directly setting origin in **centerToParent** - Added default handling for UIInterfaceOrientationUnkown in **centerToParent** - Code cleanup and optimization for setters - Added this changelog - Added a new example in README.md showing usage of **centerToParent** with fibonacci series