UITabBarDelegate_Extensions 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
프로토콜의 모든 메서드를 IUITabBarDelegate 지원하기 위해 인터페이스에 대한 확장 메서드입니다 UITabBarDelegate .
public static class UITabBarDelegate_Extensions
type UITabBarDelegate_Extensions = class
- 상속
-
UITabBarDelegate_Extensions
설명
개발자는 에 대한 IUITabBarDelegate 확장 메서드를 사용하여 인터페이스의 인스턴스를 원래 UITabBarDelegate 프로토콜의 모든 선택적 메서드를 갖는 것으로 처리할 수 있습니다. 인터페이스에는 필요한 멤버만 포함되므로 이러한 확장 메서드를 사용하면 개발자가 프로토콜의 선택적 멤버를 호출할 수 있습니다.
메서드
DidBeginCustomizingItems(IUITabBarDelegate, UITabBar, UITabBarItem[]) |
지정된 UITabBarItems 사용자 지정이 시작되었음을 나타냅니다. |
DidEndCustomizingItems(IUITabBarDelegate, UITabBar, UITabBarItem[], Boolean) |
지정된 항목의 사용자 지정이 종료되었음을 나타냅니다. |
ItemSelected(IUITabBarDelegate, UITabBar, UITabBarItem) |
지정된 UITabBarItem이 선택되었음을 나타냅니다. |
WillBeginCustomizingItems(IUITabBarDelegate, UITabBar, UITabBarItem[]) |
지정한 UITabBarItems에서 사용자 지정이 시작됨을 나타냅니다. |
WillEndCustomizingItems(IUITabBarDelegate, UITabBar, UITabBarItem[], Boolean) |
지정한 UITabBarItems에서 사용자 지정이 종료될 것임을 나타냅니다. |