mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
[iOS11] Update project settings and fix errors (#676)
* [iOS11] Update project settings and fix errors * update changelog * resolve comments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user