Skip to content

Commit 62a6ddf

Browse files
committed
Update deprecation attribute [ObjC]
1 parent 0ff440d commit 62a6ddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/ObjC/MarqueeLabel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)