C# 클래스 MonoCross.Touch.MXTouchNavigation

파일 보기 프로젝트 열기: benhorgen/dotDialog 1 사용 예제들

Private Properties

프로퍼티 타입 설명
SetTabBarControler void

공개 메소드들

메소드 설명
GetViewNavigationContext ( object view ) : ViewNavigationContext
Init ( UIViewController viewController ) : void
MXTouchNavigation ( UIApplicationDelegate appDelegate ) : System
PushToDetail ( UIViewController vc ) : void
PushToMaster ( UIViewController vc ) : void
PushToModel ( UIViewController vc ) : void
PushToViewGroup ( MonoCross.Touch.MXTouchViewGroup viewGroup, MonoCross.Touch.MXTouchViewGroupItem viewGroupItem, UIViewController viewController ) : void
PushViewInTabBar ( UIViewController vc, bool animated ) : void

비공개 메소드들

메소드 설명
SetTabBarControler ( UITabBarController tabBar ) : void

메소드 상세

GetViewNavigationContext() 공개 정적인 메소드

public static GetViewNavigationContext ( object view ) : ViewNavigationContext
view object
리턴 ViewNavigationContext

Init() 공개 메소드

public Init ( UIViewController viewController ) : void
viewController UIViewController
리턴 void

MXTouchNavigation() 공개 메소드

public MXTouchNavigation ( UIApplicationDelegate appDelegate ) : System
appDelegate UIApplicationDelegate
리턴 System

PushToDetail() 공개 메소드

public PushToDetail ( UIViewController vc ) : void
vc UIViewController
리턴 void

PushToMaster() 공개 메소드

public PushToMaster ( UIViewController vc ) : void
vc UIViewController
리턴 void

PushToModel() 공개 메소드

public PushToModel ( UIViewController vc ) : void
vc UIViewController
리턴 void

PushToViewGroup() 공개 메소드

public PushToViewGroup ( MonoCross.Touch.MXTouchViewGroup viewGroup, MonoCross.Touch.MXTouchViewGroupItem viewGroupItem, UIViewController viewController ) : void
viewGroup MonoCross.Touch.MXTouchViewGroup
viewGroupItem MonoCross.Touch.MXTouchViewGroupItem
viewController UIViewController
리턴 void

PushViewInTabBar() 공개 메소드

public PushViewInTabBar ( UIViewController vc, bool animated ) : void
vc UIViewController
animated bool
리턴 void