C# Class iOSHelpers.SimpleActionSheet

Inheritance: UIActionSheet, IEnumerable
ファイルを表示 Open project: Clancey/iOSHelpers Class Usage Examples

Public Methods

Method Description
Add ( string title, System.Action action ) : int
Add ( string title, UIKit.UIColor color, System.Action action ) : int
SimpleActionSheet ( ) : System

Method Details

Add() public method

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

Add() public method

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

SimpleActionSheet() public method

public SimpleActionSheet ( ) : System
return System