Quellcode durchsuchen

Update README.md

Jonas Budelmann vor 12 Jahren
Ursprung
Commit
114082e5fe
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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));
 }];
 ```
+
+For more usage examples take a look at the MasonryExamples project in the Masonry workspace.
 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