Showing
1 changed file
with
1 additions
and
1 deletions
@@ -267,7 +267,7 @@ Alternatively if you are only updating the constant value of the constraint you | @@ -267,7 +267,7 @@ Alternatively if you are only updating the constant value of the constraint you | ||
267 | }]; | 267 | }]; |
268 | 268 | ||
269 | //according to apple super should be called at end of method | 269 | //according to apple super should be called at end of method |
270 | - [super updateViewConstraints]; | 270 | + [super updateConstraints]; |
271 | } | 271 | } |
272 | ``` | 272 | ``` |
273 | 273 |
-
Please register or login to post a comment