示例#1
0
 public Control viewForCellAtIndexPath(UITableView tv, UITableView.IndexPath ip, Control c)
 {
     return(null);
 }
示例#2
0
 public int heightForCellAtIndexPath(UITableView tv, UITableView.IndexPath ip)
 {
     return(0);
 }