C# 클래스 Rg.Plugins.Popup.IOS.Renderers.PopupPageRenderer

상속: Xamarin.Forms.Platform.iOS.PageRenderer
파일 보기 프로젝트 열기: rotorgames/Rg.Plugins.Popup

Private Properties

프로퍼티 타입 설명
KeyBoardDownNotification void
KeyBoardUpNotification void
OnTap void
RemoveThisPageFromStack void

공개 메소드들

메소드 설명
ViewDidLayoutSubviews ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

보호된 메소드들

메소드 설명
OnElementChanged ( VisualElementChangedEventArgs e ) : void

비공개 메소드들

메소드 설명
KeyBoardDownNotification ( NSNotification notifi ) : void
KeyBoardUpNotification ( NSNotification notifi ) : void
OnTap ( UITapGestureRecognizer e ) : void
RemoveThisPageFromStack ( ) : void

메소드 상세

OnElementChanged() 보호된 메소드

protected OnElementChanged ( VisualElementChangedEventArgs e ) : void
e VisualElementChangedEventArgs
리턴 void

ViewDidLayoutSubviews() 공개 메소드

public ViewDidLayoutSubviews ( ) : void
리턴 void

ViewWillAppear() 공개 메소드

public ViewWillAppear ( bool animated ) : void
animated bool
리턴 void

ViewWillDisappear() 공개 메소드

public ViewWillDisappear ( bool animated ) : void
animated bool
리턴 void