摘要: 在对table中每一个cell进行初始化时候,是下面这个函数- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ static NSString *MyIdentifier = @"MyIdentifier"; UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:MyIdentifier]; if (cell == nil) {cell 阅读全文
posted @ 2012-11-08 12:13 凰浴浴的CodingBlog 阅读(388) 评论(0) 推荐(0)