Freigeben über


UITabBarItem.SetFinishedImages(UIImage, UIImage) Methode

Definition

App-Entwickler sollten UIImageRenderingMode.AlwaysOriginal anstelle dieser veralteten Methode verwenden.

[Foundation.Export("setFinishedSelectedImage:withFinishedUnselectedImage:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, "Use the '(string, UIImage, UIImage)' constructor or the 'Image' and 'SelectedImage' properties along with 'RenderingMode = UIImageRenderingMode.AlwaysOriginal'.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetFinishedImages (UIKit.UIImage selectedImage, UIKit.UIImage unselectedImage);
abstract member SetFinishedImages : UIKit.UIImage * UIKit.UIImage -> unit
override this.SetFinishedImages : UIKit.UIImage * UIKit.UIImage -> unit

Parameter

selectedImage
UIImage

Muss hinzugefügt werden.

Dieser Parameter kann null sein.

unselectedImage
UIImage

Muss hinzugefügt werden.

Dieser Parameter kann null sein.

Attribute

Gilt für: