C# Class ThirdParty.iOS4Unity.UIActionSheet

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

Public Methods

Method Description
AddButton ( string title ) : int
ButtonTitle ( int index ) : string
DismissWithClickedButtonIndex ( int buttonIndex, bool animated ) : void
ShowInView ( UIView view ) : void

Private Methods

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

Method Details

AddButton() public method

public AddButton ( string title ) : int
title string
return int

ButtonTitle() public method

public ButtonTitle ( int index ) : string
index int
return string

DismissWithClickedButtonIndex() public method

public DismissWithClickedButtonIndex ( int buttonIndex, bool animated ) : void
buttonIndex int
animated bool
return void

ShowInView() public method

public ShowInView ( UIView view ) : void
view UIView
return void