Parcourir la source

it must be a typo here.

Nicholas Tau il y a 11 ans
Parent
commit
6b48477212
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Examples/Masonry iOS Examples/MASExampleRemakeView.m

+ 1 - 1
Examples/Masonry iOS Examples/MASExampleRemakeView.m

@@ -47,7 +47,7 @@
         make.height.equalTo(@(100));
         
         if (self.topLeft) {
-            make.left.equalTo(self.topLeft).with.offset(10);
+            make.left.equalTo(self.left).with.offset(10);
             make.top.equalTo(self.top).with.offset(10);
         }
         else {