Свойство | Тип | Описание | |
---|---|---|---|
Font | UIKit.UIFont | ||
Height | nfloat? |
Метод | Описание | |
---|---|---|
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : nfloat | ||
LoadMoreElement ( ) : CoreGraphics | ||
LoadMoreElement ( string normalCaption, string loadingCaption, Action |
||
LoadMoreElement ( string normalCaption, string loadingCaption, Action |
||
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void |
Метод | Описание | |
---|---|---|
GetCellImpl ( UITableView tv ) : UITableViewCell |
Метод | Описание | |
---|---|---|
GetTextSize ( string text ) : CGSize | ||
Layout ( UITableViewCell cell, UIActivityIndicatorView activityIndicator, UILabel caption ) : void |
protected GetCellImpl ( UITableView tv ) : UITableViewCell | ||
tv | UITableView | |
Результат | UITableViewCell |
public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : nfloat | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
Результат | nfloat |
public LoadMoreElement ( string normalCaption, string loadingCaption, Action |
||
normalCaption | string | |
loadingCaption | string | |
tapped | Action |
|
Результат | CoreGraphics |
public LoadMoreElement ( string normalCaption, string loadingCaption, Action |
||
normalCaption | string | |
loadingCaption | string | |
tapped | Action |
|
font | UIKit.UIFont | |
textColor | UIKit.UIColor | |
Результат | CoreGraphics |
public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void | ||
dvc | DialogViewController | |
tableView | UITableView | |
path | NSIndexPath | |
Результат | void |