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
Показать файл Открыть проект

Открытые методы

Метод Описание
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