C# Class ThirdParty.iOS4Unity.UIPopoverController

Inheritance: NSObject
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode Description
Dismiss ( bool animated ) : void
PresentFromRect ( CGRect rect, UIView view, UIPopoverArrowDirection arrowDirections, bool animated ) : void
SetContentViewController ( UIViewController viewController, bool animated ) : void
SetPopoverContentSize ( CGSize size, bool animated ) : void
UIPopoverController ( UIViewController controller ) : System

Private Methods

Méthode Description
UIPopoverController ( ) : System
UIPopoverController ( IntPtr handle ) : System

Method Details

Dismiss() public méthode

public Dismiss ( bool animated ) : void
animated bool
Résultat void

PresentFromRect() public méthode

public PresentFromRect ( CGRect rect, UIView view, UIPopoverArrowDirection arrowDirections, bool animated ) : void
rect CGRect
view UIView
arrowDirections UIPopoverArrowDirection
animated bool
Résultat void

SetContentViewController() public méthode

public SetContentViewController ( UIViewController viewController, bool animated ) : void
viewController UIViewController
animated bool
Résultat void

SetPopoverContentSize() public méthode

public SetPopoverContentSize ( CGSize size, bool animated ) : void
size CGSize
animated bool
Résultat void

UIPopoverController() public méthode

public UIPopoverController ( UIViewController controller ) : System
controller UIViewController
Résultat System