iOS layout done

This commit is contained in:
pengfei.zhou
2019-07-31 18:13:22 +08:00
parent b0e34a316b
commit 5c1fc624ce
7 changed files with 40 additions and 40 deletions

View File

@@ -151,7 +151,7 @@ - (CGFloat)centerX {
}
- (CGFloat)centerY {
return ((UIView *)self.view).centerX;
return ((UIView *)self.view).centerY;
}
- (void)setX:(CGFloat)x {