越简单越好!
tableview中cell的设置
发表于 2012-02-13 14:55    

7.1 创建表

(1) 创建一个UITableViewController的子类

@interface MyTableViewController : UITableViewController {

}

-(id)init; 

-(void)dealloc;

添加数据源, 由三个函数来回答数据绑定的请求:numberOfSectionsInTableView, numberOfRowsInSection 和 cellForRowAtInd...

查看详情已有5521次阅读  |  0次点赞  |  0个评论
返回顶部 ^