C# Class FSoft.WordApp.IOS.Views.BaseViewController

Inheritance: Cirrious.MvvmCross.Touch.Views.MvxViewController
Afficher le fichier Open project: fpt-software/Wordpress-Client

Méthodes publiques

Свойство Type Description
COLOR_ACTIONBAR UIKit.UIColor
COLOR_HIGHLIGHT UIKit.UIColor

Protected Properties

Свойство Type Description
ViewToCenterOnKeyboardShown UIView

Méthodes publiques

Méthode Description
BaseViewController ( string nibName, NSBundle bundle ) : System
HandlesKeyboardNotifications ( ) : bool
PreferredStatusBarStyle ( ) : UIStatusBarStyle
ViewDidLoad ( ) : void

Méthodes protégées

Méthode Description
CenterViewInScroll ( UIView viewToCenter, UIScrollView scrollView, float keyboardHeight ) : void
CreateNavTitle ( string title ) : UILabel
DismissKeyboardOnBackgroundTap ( ) : void
KeyboardGetActiveView ( ) : UIView
OnKeyboardChanged ( bool visible, float keyboardHeight ) : void
RegisterForKeyboardNotifications ( ) : void
RestoreScrollPosition ( UIScrollView scrollView ) : void

Private Methods

Méthode Description
OnKeyboardNotification ( NSNotification notification ) : void

Method Details

BaseViewController() public méthode

public BaseViewController ( string nibName, NSBundle bundle ) : System
nibName string
bundle NSBundle
Résultat System

CenterViewInScroll() protected méthode

protected CenterViewInScroll ( UIView viewToCenter, UIScrollView scrollView, float keyboardHeight ) : void
viewToCenter UIView
scrollView UIScrollView
keyboardHeight float
Résultat void

CreateNavTitle() protected méthode

protected CreateNavTitle ( string title ) : UILabel
title string
Résultat UILabel

DismissKeyboardOnBackgroundTap() protected méthode

protected DismissKeyboardOnBackgroundTap ( ) : void
Résultat void

HandlesKeyboardNotifications() public méthode

public HandlesKeyboardNotifications ( ) : bool
Résultat bool

KeyboardGetActiveView() protected méthode

protected KeyboardGetActiveView ( ) : UIView
Résultat UIView

OnKeyboardChanged() protected méthode

protected OnKeyboardChanged ( bool visible, float keyboardHeight ) : void
visible bool
keyboardHeight float
Résultat void

PreferredStatusBarStyle() public méthode

public PreferredStatusBarStyle ( ) : UIStatusBarStyle
Résultat UIStatusBarStyle

RegisterForKeyboardNotifications() protected méthode

protected RegisterForKeyboardNotifications ( ) : void
Résultat void

RestoreScrollPosition() protected méthode

protected RestoreScrollPosition ( UIScrollView scrollView ) : void
scrollView UIScrollView
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

Property Details

COLOR_ACTIONBAR public_oe static_oe property

public static UIColor,UIKit COLOR_ACTIONBAR
Résultat UIKit.UIColor

COLOR_HIGHLIGHT public_oe static_oe property

public static UIColor,UIKit COLOR_HIGHLIGHT
Résultat UIKit.UIColor

ViewToCenterOnKeyboardShown protected_oe property

protected UIView ViewToCenterOnKeyboardShown
Résultat UIView