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 |
public GetCell ( UITableView tv ) : UITableViewCell | ||
tv | UITableView | |
return | UITableViewCell |
public ImageLoaderStringElement ( string caption, NSAction tapped, NSUrl imageUrl, UIImage placeholder ) : System | ||
caption | string | |
tapped | NSAction | |
imageUrl | NSUrl | |
placeholder | UIImage | |
return | System |
public ImageLoaderStringElement ( string caption, NSUrl imageUrl, UIImage placeholder ) : System | ||
caption | string | |
imageUrl | NSUrl | |
placeholder | UIImage | |
return | System |
public ImageLoaderStringElement ( string caption, string value, NSUrl imageUrl, UIImage placeholder ) : System | ||
caption | string | |
value | string | |
imageUrl | NSUrl | |
placeholder | UIImage | |
return | System |