C# 클래스 iOSHelpers.SimpleActionSheet

상속: UIActionSheet, IEnumerable
파일 보기 프로젝트 열기: Clancey/iOSHelpers 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string title, System.Action action ) : int
Add ( string title, UIKit.UIColor color, System.Action action ) : int
SimpleActionSheet ( ) : System

메소드 상세

Add() 공개 메소드

public Add ( string title, System.Action action ) : int
title string
action System.Action
리턴 int

Add() 공개 메소드

public Add ( string title, UIKit.UIColor color, System.Action action ) : int
title string
color UIKit.UIColor
action System.Action
리턴 int

SimpleActionSheet() 공개 메소드

public SimpleActionSheet ( ) : System
리턴 System