C# Class SDWebImageMTDialogSample.ImageLoaderStringElement

Inheritance: MonoTouch.Dialog.StringElement
Mostrar archivo Open project: Amplify-Social/JTSImageViewControllerCSharp Class Usage Examples

Public Methods

Method Description
GetCell ( UITableView tv ) : UITableViewCell
ImageLoaderStringElement ( string caption, NSAction tapped, NSUrl imageUrl, UIImage placeholder ) : System
ImageLoaderStringElement ( string caption, NSUrl imageUrl, UIImage placeholder ) : System
ImageLoaderStringElement ( string caption, string value, NSUrl imageUrl, UIImage placeholder ) : System

Method Details

GetCell() public method

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

ImageLoaderStringElement() public method

public ImageLoaderStringElement ( string caption, NSAction tapped, NSUrl imageUrl, UIImage placeholder ) : System
caption string
tapped NSAction
imageUrl NSUrl
placeholder UIImage
return System

ImageLoaderStringElement() public method

public ImageLoaderStringElement ( string caption, NSUrl imageUrl, UIImage placeholder ) : System
caption string
imageUrl NSUrl
placeholder UIImage
return System

ImageLoaderStringElement() public method

public ImageLoaderStringElement ( string caption, string value, NSUrl imageUrl, UIImage placeholder ) : System
caption string
value string
imageUrl NSUrl
placeholder UIImage
return System