iOS:keep iOS behavior align to android

This commit is contained in:
pengfei.zhou
2020-04-10 11:37:48 +08:00
committed by osborn
parent fb23a11aa9
commit 89333e2252
3 changed files with 35 additions and 10 deletions

View File

@@ -92,6 +92,11 @@ typedef NS_ENUM(NSInteger, DoricGravity) {
@property(nonatomic, assign) BOOL resolved;
@property(nonatomic, assign) CGFloat measuredWidth;
@property(nonatomic, assign) CGFloat measuredHeight;
@property(nonatomic, assign) CGFloat measuredX;
@property(nonatomic, assign) CGFloat measuredY;
- (instancetype)init;
- (void)apply;
@@ -102,4 +107,4 @@ typedef NS_ENUM(NSInteger, DoricGravity) {
@interface UIView (DoricLayout)
@property(nonatomic, strong) DoricLayout *doricLayout;
@end
@end