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

Inheritance: Cirrious.MvvmCross.Touch.Views.MvxViewController
Mostra file Open project: fpt-software/Wordpress-Client

Public Properties

Property Type Description
COLOR_ACTIONBAR UIKit.UIColor
COLOR_HIGHLIGHT UIKit.UIColor

Protected Properties

Property Type Description
ViewToCenterOnKeyboardShown UIView

Public Methods

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

Protected Methods

Method 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

Method Description
OnKeyboardNotification ( NSNotification notification ) : void

Method Details

BaseViewController() public method

public BaseViewController ( string nibName, NSBundle bundle ) : System
nibName string
bundle NSBundle
return System

CenterViewInScroll() protected method

protected CenterViewInScroll ( UIView viewToCenter, UIScrollView scrollView, float keyboardHeight ) : void
viewToCenter UIView
scrollView UIScrollView
keyboardHeight float
return void

CreateNavTitle() protected method

protected CreateNavTitle ( string title ) : UILabel
title string
return UILabel

DismissKeyboardOnBackgroundTap() protected method

protected DismissKeyboardOnBackgroundTap ( ) : void
return void

HandlesKeyboardNotifications() public method

public HandlesKeyboardNotifications ( ) : bool
return bool

KeyboardGetActiveView() protected method

protected KeyboardGetActiveView ( ) : UIView
return UIView

OnKeyboardChanged() protected method

protected OnKeyboardChanged ( bool visible, float keyboardHeight ) : void
visible bool
keyboardHeight float
return void

PreferredStatusBarStyle() public method

public PreferredStatusBarStyle ( ) : UIStatusBarStyle
return UIStatusBarStyle

RegisterForKeyboardNotifications() protected method

protected RegisterForKeyboardNotifications ( ) : void
return void

RestoreScrollPosition() protected method

protected RestoreScrollPosition ( UIScrollView scrollView ) : void
scrollView UIScrollView
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

Property Details

COLOR_ACTIONBAR public_oe static_oe property

public static UIColor,UIKit COLOR_ACTIONBAR
return UIKit.UIColor

COLOR_HIGHLIGHT public_oe static_oe property

public static UIColor,UIKit COLOR_HIGHLIGHT
return UIKit.UIColor

ViewToCenterOnKeyboardShown protected_oe property

protected UIView ViewToCenterOnKeyboardShown
return UIView