|
@@ -17,13 +17,12 @@ |
|
@@ -17,13 +17,12 @@ |
17
|
/**
|
17
|
/**
|
18
|
* following properties return a new MASViewAttribute with appropriate UILayoutGuide and NSLayoutAttribute
|
18
|
* following properties return a new MASViewAttribute with appropriate UILayoutGuide and NSLayoutAttribute
|
19
|
*/
|
19
|
*/
|
20
|
-@property (nonatomic, strong, readonly) MASViewAttribute *mas_topLayoutGuide;
|
|
|
21
|
-@property (nonatomic, strong, readonly) MASViewAttribute *mas_bottomLayoutGuide;
|
|
|
22
|
-@property (nonatomic, strong, readonly) MASViewAttribute *mas_topLayoutGuideTop;
|
|
|
23
|
-@property (nonatomic, strong, readonly) MASViewAttribute *mas_topLayoutGuideBottom;
|
|
|
24
|
-@property (nonatomic, strong, readonly) MASViewAttribute *mas_bottomLayoutGuideTop;
|
|
|
25
|
-@property (nonatomic, strong, readonly) MASViewAttribute *mas_bottomLayoutGuideBottom;
|
|
|
26
|
-
|
20
|
+@property (nonatomic, strong, readonly) MASViewAttribute *mas_topLayoutGuide NS_DEPRECATED_IOS(8.0, 11.0);
|
|
|
21
|
+@property (nonatomic, strong, readonly) MASViewAttribute *mas_bottomLayoutGuide NS_DEPRECATED_IOS(8.0, 11.0);
|
|
|
22
|
+@property (nonatomic, strong, readonly) MASViewAttribute *mas_topLayoutGuideTop NS_DEPRECATED_IOS(8.0, 11.0);
|
|
|
23
|
+@property (nonatomic, strong, readonly) MASViewAttribute *mas_topLayoutGuideBottom NS_DEPRECATED_IOS(8.0, 11.0);
|
|
|
24
|
+@property (nonatomic, strong, readonly) MASViewAttribute *mas_bottomLayoutGuideTop NS_DEPRECATED_IOS(8.0, 11.0);
|
|
|
25
|
+@property (nonatomic, strong, readonly) MASViewAttribute *mas_bottomLayoutGuideBottom NS_DEPRECATED_IOS(8.0, 11.0);
|
27
|
|
26
|
|
28
|
@end
|
27
|
@end
|
29
|
|
28
|
|