C# Class 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
Inheritance: Xamarin.Forms.Platform.iOS.NavigationRenderer
ファイルを表示 Open project: xamarin/Sport

Public Methods

Method Description
ChangeTheme ( Page page ) : void
PopViewController ( bool animated ) : UIViewController
ThemedNavigationRenderer ( ) : System

Protected Methods

Method Description
OnPushAsync ( Page page, bool animated ) : Task

Method Details

ChangeTheme() public method

public ChangeTheme ( Page page ) : void
page Xamarin.Forms.Page
return void

OnPushAsync() protected method

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

PopViewController() public method

public PopViewController ( bool animated ) : UIViewController
animated bool
return UIViewController

ThemedNavigationRenderer() public method

public ThemedNavigationRenderer ( ) : System
return System