You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s.summary="An expressive, simple yet powerful way for coding layout constraints in iOS."
s.description=<<-DESC
TATLayout aims to reduce considerably the amount of lines of code used when coding layout constraints in iOS. It provides a high level API to layout constraints that makes your layouts easier to read, mantain and modify dynamically.
Features:
* Category in `NSLayoutConstraint` providing a factory method for creating constraints using a linear equation format string.
* Category in `NSLayoutConstraint ` providing methods for activation and deactivation that can be used in iOS 6+ but uses iOS 8 when available.
* A couple of helper methods useful for working with layouts.