C# Class iOSHelpers.SimpleActionSheet

Inheritance: UIActionSheet, IEnumerable
Afficher le fichier Open project: Clancey/iOSHelpers Class Usage Examples

Méthodes publiques

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

Method Details

Add() public méthode

public Add ( string title, System.Action action ) : int
title string
action System.Action
Résultat int

Add() public méthode

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

SimpleActionSheet() public méthode

public SimpleActionSheet ( ) : System
Résultat System