-
Enabled 'Require only App-Extension-Safe API' build setting for both framework targets
-
Eliminate cast to CGFloat when comparing as int.
-
These two API's now prefer to use activate/deactivate if available over our older custom install algorithm.
-
Fixing wrong method name in Update Constraints Section
-
Fixing typo 'contraints' in the section on remake constraints
-
Added TVOS
-
fix a little issue about MASAttachKeys(...)
-
if we have many view in a method, so we want to use MASAttachKeys(...) many times. for example: - (void)initSubviews { UIView *view1 = [UIView new]; UIView *view2 = [UIView new]; UIView *view3 = [UIView new]; MASAttachKeys(view1,view2,view3); UIView *view4 = [UIView new]; UIView *view5 = [UIView new]; UIView *view6 = [UIView new]; MASAttachKeys(view4,view5,view6); } than there is a error: Redefinition of 'keyPairs' I fix it by add a "{ }"
-
Update changelog
-
Use Objective-C 2.0 subscripting
-
add distribute function