C# 클래스 Restaurant.iOS.Renderers.ThemedNavigationRenderer

This custom NavigationRender is only necessary on iOS so we can change the navigation bar color *prior* to navigating instead of after Forms currently doesn't give us a lifecycle event before the navigation takes place This isn't an issue on Android
상속: Xamarin.Forms.Platform.iOS.NavigationRenderer
파일 보기 프로젝트 열기: Jurabek/Restaurant

공개 메소드들

메소드 설명
PopViewController ( bool animated ) : UIViewController
PreferredStatusBarStyle ( ) : UIStatusBarStyle
ViewWillAppear ( bool animated ) : void

보호된 메소드들

메소드 설명
OnPushAsync ( Page page, bool animated ) : Task

비공개 메소드들

메소드 설명
ChangeTheme ( Page page ) : void

메소드 상세

OnPushAsync() 보호된 메소드

protected OnPushAsync ( Page page, bool animated ) : Task
page Xamarin.Forms.Page
animated bool
리턴 Task

PopViewController() 공개 메소드

public PopViewController ( bool animated ) : UIViewController
animated bool
리턴 UIViewController

PreferredStatusBarStyle() 공개 메소드

public PreferredStatusBarStyle ( ) : UIStatusBarStyle
리턴 UIStatusBarStyle

ViewWillAppear() 공개 메소드

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