09 2011 档案
摘要:1. 首先,Controller需要实现两个 delegate ,分别是 UITableViewDelegate 和 UITableViewDataSource 2.然后UITableView对象的 delegate要设置为 self。 3.然后就可以实现这些delegate的一些...
阅读全文
摘要:-、建立 UITableView DataTable= [[UITableView alloc] initWithFrame:CGRectMake(0, 0, 320,420)]; [DataTablesetDelegate:self]; [DataTablesetDataSource:sel...
阅读全文
摘要:iphone UITableView常见使用方法原文地址:UITalbeViewCell作者:术业有专攻一、创建TableView:UITableView *dataTable = [[UITableView alloc]initWithFrame:CGRectMake(0, 0, 320,...
阅读全文

浙公网安备 33010602011771号