iOS:fix Slider and rotation
This commit is contained in:
@@ -161,6 +161,9 @@ - (void)layout {
|
||||
}
|
||||
|
||||
- (void)setFrame {
|
||||
if (!CGAffineTransformEqualToTransform(self.view.transform, CGAffineTransformIdentity)) {
|
||||
return;
|
||||
}
|
||||
[self.view.subviews forEach:^(__kindof UIView *obj) {
|
||||
[obj.doricLayout setFrame];
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user