C# Class 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
Inheritance: Xamarin.Forms.Platform.iOS.NavigationRenderer
Afficher le fichier Open project: Jurabek/Restaurant

Méthodes publiques

Méthode Description
PopViewController ( bool animated ) : UIViewController
PreferredStatusBarStyle ( ) : UIStatusBarStyle
ViewWillAppear ( bool animated ) : void

Méthodes protégées

Méthode Description
OnPushAsync ( Page page, bool animated ) : Task

Private Methods

Méthode Description
ChangeTheme ( Page page ) : void

Method Details

OnPushAsync() protected méthode

protected OnPushAsync ( Page page, bool animated ) : Task
page Xamarin.Forms.Page
animated bool
Résultat Task

PopViewController() public méthode

public PopViewController ( bool animated ) : UIViewController
animated bool
Résultat UIViewController

PreferredStatusBarStyle() public méthode

public PreferredStatusBarStyle ( ) : UIStatusBarStyle
Résultat UIStatusBarStyle

ViewWillAppear() public méthode

public ViewWillAppear ( bool animated ) : void
animated bool
Résultat void