[iOS11] Update project settings and fix errors (#676)

* [iOS11] Update project settings and fix errors

* update changelog

* resolve comments
This commit is contained in:
Erekle
2017-11-30 16:25:06 +04:00
committed by Huy Nguyen
parent 324288455f
commit d8cda8d74a
16 changed files with 162 additions and 66 deletions

View File

@@ -702,7 +702,7 @@ extern NSInteger const ASDefaultDrawingPriority;
*/
@property (nonatomic, assign) UIViewContentMode contentMode; // default=UIViewContentModeScaleToFill
@property (nonatomic, copy) NSString *contentsGravity; // Use .contentMode in preference when possible.
@property (nonatomic, assign) UISemanticContentAttribute semanticContentAttribute; // default=Unspecified
@property (nonatomic, assign) UISemanticContentAttribute semanticContentAttribute API_AVAILABLE(ios(9.0), tvos(9.0)); // default=Unspecified
@property (nonatomic, nullable) CGColorRef shadowColor; // default=opaque rgb black
@property (nonatomic, assign) CGFloat shadowOpacity; // default=0.0