C# 클래스 ThirdParty.iOS4Unity.UIActionSheet

상속: UIView
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
AddButton ( string title ) : int
ButtonTitle ( int index ) : string
DismissWithClickedButtonIndex ( int buttonIndex, bool animated ) : void
ShowInView ( UIView view ) : void

비공개 메소드들

메소드 설명
UIActionSheet ( ) : System
UIActionSheet ( IntPtr handle ) : System

메소드 상세

AddButton() 공개 메소드

public AddButton ( string title ) : int
title string
리턴 int

ButtonTitle() 공개 메소드

public ButtonTitle ( int index ) : string
index int
리턴 string

DismissWithClickedButtonIndex() 공개 메소드

public DismissWithClickedButtonIndex ( int buttonIndex, bool animated ) : void
buttonIndex int
animated bool
리턴 void

ShowInView() 공개 메소드

public ShowInView ( UIView view ) : void
view UIView
리턴 void