摘要: static NSString *resuseId=@"cell"; UITableViewCell *cell=[tableView dequeueReusableCellWithIdentifier:resuseId]; if (!cell) { cell=[[... 阅读全文
posted @ 2015-03-14 09:01 皮拉夫大王 阅读(590) 评论(0) 推荐(0) 编辑