Robert Payne před 9 roky
rodič
revize
6cbf9eb1fe
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -267,7 +267,7 @@ Alternatively if you are only updating the constant value of the constraint you
     }];
 
     //according to apple super should be called at end of method
-    [super updateViewConstraints];
+    [super updateConstraints];
 }
 ```