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
Bump version to 3.0.1
There are no real changes in 3.0.1 (from 3.0.0). This release exists
simply to switch over to using PureLayout’s new repository URL.
Leverage new APIs to efficiently activate/deactivate arrays of constr…
…aints
- Use the class methods on NSLayoutConstraint to activate and
deactivate arrays of constraints. These can be more efficient than
activating/deactivating constraints individually.
- Fix the preprocessor conditionals so that OS X 10.10 and higher can
use the new constraint activation/deactivation APIs when available