Skip to content

Tags: MuhAssar/UIView-Positioning

Tags

v1.3

Version updated to 1.3 to fix CocoaPods spec typos.

v1.3-swift3

UIView+Positioning v1.3 Swift 3 version.

v1.2

Add PodSpec for UIView+Positioning v1.2

v1.1

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

v1.0.1

Fix for Pixel Integral results by @smileyborg. v1.0.1.

v1.0

Updated to v1.0 + Updated README.me with new Xamarin port