iOS:fix slider requestLayout

This commit is contained in:
pengfei.zhou
2020-04-08 16:41:36 +08:00
committed by osborn
parent 8b66c7d4be
commit f530256d05
2 changed files with 2 additions and 7 deletions

View File

@@ -35,8 +35,4 @@ - (void)initWithSuperNode:(DoricSuperNode *)superNode {
self.reusable = YES;
self.view.clipsToBounds = YES;
}
- (void)requestLayout {
[self.view.doricLayout apply];
}
@end
@end