iOS:keep iOS behavior align to android
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user