摘要:
-(UITableViewCell *) tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ //此方法每一行创建的时候都要调用一次 static NSString * sectionID=@"sectionID_1";//sectionID 当前只有一个section UITableViewCell *cell=[tableView dequeueReusableCellWithIdentifier:sectionID]; if (cell==ni... 阅读全文
posted @ 2012-02-08 15:39
phoenix13
阅读(711)
评论(0)
推荐(0)
浙公网安备 33010602011771号