Method | Description | |
---|---|---|
GetCell ( UITableView tv ) : UITableViewCell | ||
ImageStringElement ( string caption, NSAction tapped, UIImage image ) : System | ||
ImageStringElement ( string caption, UIImage image ) : System | ||
ImageStringElement ( string caption, string value, UIImage image ) : System |
public GetCell ( UITableView tv ) : UITableViewCell | ||
tv | UITableView | |
return | UITableViewCell |
public ImageStringElement ( string caption, NSAction tapped, UIImage image ) : System | ||
caption | string | |
tapped | NSAction | |
image | UIImage | |
return | System |
public ImageStringElement ( string caption, UIImage image ) : System | ||
caption | string | |
image | UIImage | |
return | System |
public ImageStringElement ( string caption, string value, UIImage image ) : System | ||
caption | string | |
value | string | |
image | UIImage | |
return | System |