次の方法で共有


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 に設定できます。

属性

適用対象