次の方法で共有


UITabBarDelegate_Extensions.WillEndCustomizingItems メソッド

定義

指定した UITabBarItems でカスタマイズが終了しようとしていることを示します。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void WillEndCustomizingItems (this UIKit.IUITabBarDelegate This, UIKit.UITabBar tabbar, UIKit.UITabBarItem[] items, bool changed);
static member WillEndCustomizingItems : UIKit.IUITabBarDelegate * UIKit.UITabBar * UIKit.UITabBarItem[] * bool -> unit

パラメーター

This
IUITabBarDelegate

この拡張メソッドが動作するインスタンス。

tabbar
UITabBar
items
UITabBarItem[]
changed
Boolean
属性

適用対象