UITabBarItem.SetBadgeTextAttributes 方法

定义

配置锁屏提醒,以便当它位于给定 state的 中时,它具有提供的 textAttributes

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public void SetBadgeTextAttributes (UIKit.UIStringAttributes textAttributes, UIKit.UIControlState state);
member this.SetBadgeTextAttributes : UIKit.UIStringAttributes * UIKit.UIControlState -> unit

参数

textAttributes
UIStringAttributes

所需的 UIStringAttributes

state
UIControlState

UIControlState应应用于的 textAttributes

属性

适用于