C# 클래스 MessageBar.MessageBarViewController

The Message Bar View Controller. Nothing fancy about this, just a basic View Controller
상속: UIViewController
파일 보기 프로젝트 열기: prashantvc/Xamarin.iOS-MessageBar

공개 메소드들

메소드 설명
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.

메소드 상세

PreferredStatusBarStyle() 공개 메소드

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
리턴 UIStatusBarStyle