File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ IB_DESIGNABLE
257257 @deprecated Use `trailingBuffer` instead. Values set to this property are simply forwarded to `trailingBuffer`.
258258 */
259259
260- @property (nonatomic , assign ) CGFloat continuousMarqueeExtraBuffer DEPRECATED_ATTRIBUTE ;
260+ @property (nonatomic , assign ) CGFloat continuousMarqueeExtraBuffer __deprecated_msg ( " Use trailingBuffer instead. " ) ;
261261
262262
263263/* * The length of transparency fade at the left and right edges of the `MarqueeLabel` instance's frame.
@@ -468,7 +468,7 @@ IB_DESIGNABLE
468468 @deprecated Use `controllerViewDidAppear:` instead.
469469 */
470470
471- + (void )controllerViewAppearing : (UIViewController *)controller DEPRECATED_ATTRIBUTE ;
471+ + (void )controllerViewAppearing : (UIViewController *)controller __deprecated_msg( " Use controllerViewDidAppear: instead. " ) ;
472472
473473
474474/* * Labelizes all `MarqueeLabel` instances that have the specified view controller in their next responder chain.
You can’t perform that action at this time.
0 commit comments