public virtual UITableView MakeTableView(RectangleF bounds, UITableViewStyle style) { var tableView = new DialogViewTable(bounds, style) { Controller = this }; return(tableView); }
public virtual UITableView MakeTableView(RectangleF bounds, UITableViewStyle style) { var tableView = new DialogViewTable(bounds, style) { Controller = this }; return tableView; }