C# Class MessageBar.MessageBarViewController

The Message Bar View Controller. Nothing fancy about this, just a basic View Controller
Inheritance: UIViewController
Show file Open project: prashantvc/Xamarin.iOS-MessageBar

Public Methods

Method Description
PreferredStatusBarStyle ( ) : UIStatusBarStyle

The preferred UIStatusBarStyle for this UIViewController.

You can override the preferred status bar style for a view controller by implementing the childViewControllerForStatusBarStyle method.

If the return value from this method changes, call the setNeedsStatusBarAppearanceUpdate method.

Method Details

PreferredStatusBarStyle() public method

The preferred UIStatusBarStyle for this UIViewController.

You can override the preferred status bar style for a view controller by implementing the childViewControllerForStatusBarStyle method.

If the return value from this method changes, call the setNeedsStatusBarAppearanceUpdate method.

public PreferredStatusBarStyle ( ) : UIStatusBarStyle
return UIStatusBarStyle