Tyler Fox
Tyler Fox
Apple has brought the following two layout attributes (previously iOS 8.0+ only) to OS X as of 10.11: - `NSLayoutAttributeFirstBaseline` - `NSLayoutAttributeLastBaseline` PureLayout has already been making the `ALAxisLastBaseline` attribute...
PureLayout is the successor of [UIView+AutoLayout](https://github.com/smileyborg/UIView-AutoLayout) which has been extensively and thoroughly tested and proven on iOS. The biggest difference between iOS and OS X is the inverted Y axis...
- Native iPhone 6 & 6 Plus support - Adopt the `UIApplicationOpenSettingsURLString` to take user into settings to easily change notification or location services permissions - Add Mute action to...