C# Class ThirdParty.iOS4Unity.UIPopoverController

Inheritance: NSObject
Datei anzeigen Open project: aws/aws-sdk-net

Public Methods

Method 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

Method Description
UIPopoverController ( ) : System
UIPopoverController ( IntPtr handle ) : System

Method Details

Dismiss() public method

public Dismiss ( bool animated ) : void
animated bool
return void

PresentFromRect() public method

public PresentFromRect ( CGRect rect, UIView view, UIPopoverArrowDirection arrowDirections, bool animated ) : void
rect CGRect
view UIView
arrowDirections UIPopoverArrowDirection
animated bool
return void

SetContentViewController() public method

public SetContentViewController ( UIViewController viewController, bool animated ) : void
viewController UIViewController
animated bool
return void

SetPopoverContentSize() public method

public SetPopoverContentSize ( CGSize size, bool animated ) : void
size CGSize
animated bool
return void

UIPopoverController() public method

public UIPopoverController ( UIViewController controller ) : System
controller UIViewController
return System