C# Class MessageBar.MessageBarViewController

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

Méthodes publiques

Méthode 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 méthode

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
Résultat UIStatusBarStyle