it must be a typo here.
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -47,7 +47,7 @@ | @@ -47,7 +47,7 @@ | ||
47 | make.height.equalTo(@(100)); | 47 | make.height.equalTo(@(100)); |
48 | 48 | ||
49 | if (self.topLeft) { | 49 | if (self.topLeft) { |
50 | - make.left.equalTo(self.topLeft).with.offset(10); | 50 | + make.left.equalTo(self.left).with.offset(10); |
51 | make.top.equalTo(self.top).with.offset(10); | 51 | make.top.equalTo(self.top).with.offset(10); |
52 | } | 52 | } |
53 | else { | 53 | else { |
-
Please register or login to post a comment