-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NOTE: This commit includes a number of breaking changes to the API. - Introduce the 'auto' prefix to all public methods, and a new 'al_' prefix to all private methods. This insures against namespace issues and potential conflicts that could arise. - Introduce a new category on NSArray which offers modified versions of the old methods on UIView that add constraints to arrays of views. These methods are also now more resilient, such as if the array includes other objects besides UIViews. - Re-organize some private internal methods.
- Loading branch information
1 parent
a2839a5
commit 001a503
Showing
4 changed files
with
372 additions
and
281 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.