다음을 통해 공유


UITabBarController.DidEndCustomizingItems 메서드

정의

사용자 지정 모달 보기가 해제된 후 호출된 대리자 메서드입니다.

[Foundation.Export("tabBar:didEndCustomizingItems:changed:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidEndCustomizingItems (UIKit.UITabBar tabbar, UIKit.UITabBarItem[] items, bool changed);
abstract member DidEndCustomizingItems : UIKit.UITabBar * UIKit.UITabBarItem[] * bool -> unit
override this.DidEndCustomizingItems : UIKit.UITabBar * UIKit.UITabBarItem[] * bool -> unit

매개 변수

tabbar
UITabBar
items
UITabBarItem[]
changed
Boolean
특성

적용 대상