다음을 통해 공유


UITabBarItem.SetFinishedImages(UIImage, UIImage) 메서드

정의

앱 개발자는 이 사용되지 않는 메서드 대신 UIImageRenderingMode.AlwaysOriginal을 사용해야 합니다.

[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

매개 변수

selectedImage
UIImage

추가될 예정입니다.

이 매개 변수는 null일 수 있습니다.

unselectedImage
UIImage

추가될 예정입니다.

이 매개 변수는 null일 수 있습니다.

특성

적용 대상