|
23 | 23 | @property(nonatomic, strong, nullable) UIColor *titleIconTintColor; |
24 | 24 |
|
25 | 25 | @property(nonatomic, assign) NSTextAlignment titleAlignment __deprecated_msg( |
26 | | - "Please use MDCAlertcontroller titleAlignment instead."); |
| 26 | + "Please use MDCAlertController titleAlignment instead."); |
27 | 27 | @property(nonatomic, assign) NSTextAlignment messageAlignment __deprecated_msg( |
28 | | - "Please use MDCAlertcontroller messageAlignment instead."); |
| 28 | + "Please use MDCAlertController messageAlignment instead."); |
29 | 29 |
|
30 | 30 | /** An optional custom icon view above the title of the alert. */ |
31 | 31 | @property(nonatomic, strong, nullable) UIView *titleIconView __deprecated_msg( |
32 | | - "Please use MDCAlertcontroller+Customize titleIconView instead."); |
| 32 | + "Please use MDCAlertController+Customize titleIconView instead."); |
33 | 33 |
|
34 | 34 | @property(nonatomic, strong, nullable) UIFont *messageFont UI_APPEARANCE_SELECTOR; |
35 | 35 | @property(nonatomic, strong, nullable) UIColor *messageColor UI_APPEARANCE_SELECTOR; |
|
43 | 43 |
|
44 | 44 | /* |
45 | 45 | Indicates whether the view's contents should automatically update their font when the device’s |
46 | | - UIContentSizeCategory changes. |
| 46 | + @c UIContentSizeCategory changes. |
47 | 47 |
|
48 | | - This property is modeled after the adjustsFontForContentSizeCategory property in the |
49 | | - UIContentSizeCategoryAdjusting protocol added by Apple in iOS 10. |
| 48 | + This property is modeled after @c adjustsFontForContentSizeCategory property in |
| 49 | + @c UIContentSizeCategoryAdjusting protocol added by Apple in iOS 10. |
50 | 50 |
|
51 | | - Default value is NO. |
| 51 | + Defaults to @c NO. |
52 | 52 | */ |
53 | 53 | @property(nonatomic, readwrite, setter=mdc_setAdjustsFontForContentSizeCategory:) |
54 | 54 | BOOL mdc_adjustsFontForContentSizeCategory UI_APPEARANCE_SELECTOR; |
55 | 55 |
|
56 | 56 | /** |
57 | | - By setting this property to @c YES, the Ripple component will be used instead of Ink |
58 | | - to display visual feedback to the user. |
| 57 | + By setting this property to @c YES, the Ripple component will be used instead of Ink to display |
| 58 | + visual feedback to the user. |
59 | 59 |
|
60 | | - @note This property will eventually be enabled by default, deprecated, and then deleted as part |
61 | | - of our migration to Ripple. Learn more at |
| 60 | + @note This property will eventually be enabled by default, deprecated, and then deleted as part of |
| 61 | + our migration to Ripple. Learn more at |
62 | 62 | https://github.com/material-components/material-components-ios/tree/develop/components/Ink#migration-guide-ink-to-ripple |
63 | 63 |
|
64 | | - Defaults to NO. |
| 64 | + Defaults to @c NO. |
65 | 65 | */ |
66 | 66 | @property(nonatomic, assign) BOOL enableRippleBehavior; |
67 | 67 |
|
|
0 commit comments