iOS: Fix size change cause corners show error

This commit is contained in:
pengfei.zhou
2021-04-07 17:24:33 +08:00
committed by osborn
parent c6a6f76504
commit 526234b878
3 changed files with 54 additions and 50 deletions

View File

@@ -103,6 +103,8 @@ typedef NS_ENUM(NSInteger, DoricGravity) {
@property(nonatomic, assign) BOOL undefined;
@property(nonatomic, assign) UIEdgeInsets corners;
- (instancetype)init;
- (void)measure:(CGSize)targetSize;