C# 클래스 Sport.Mobile.iOS.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
파일 보기 프로젝트 열기: xamarin/Sport

공개 메소드들

메소드 설명
ChangeTheme ( Page page ) : void
PopViewController ( bool animated ) : UIViewController
ThemedNavigationRenderer ( ) : System

보호된 메소드들

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

메소드 상세

ChangeTheme() 공개 메소드

public ChangeTheme ( Page page ) : void
page Xamarin.Forms.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

ThemedNavigationRenderer() 공개 메소드

public ThemedNavigationRenderer ( ) : System
리턴 System