Browse Source

Update README.md

Jonas Budelmann 12 years ago
parent
commit
638ec510bd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -73,6 +73,8 @@ or ever shorter
     make.edges.equalTo(superview).insets(UIEdgeInsetsMake(padding, padding, padding, padding));
 }];
 ```
+note all UIView additions are prefixed with 'mas_' to avoid conflicting with other UIView categories
+if you want to use Masonry without the mas_ you need to add #define MAS_SHORTHAND to your prefix.pch
 
 ### FEATURES
 * No macro magic. Masonry won't pollute the global namespace with macros.