-[UITableView dequeueReusableCellWithIdentifier:forIndexPath:] ERROR
摘要:
UITableViewCell *cell = (UITableViewCell *)[tableView dequeueReusableCellWithIdentifier:CellIdentifier forIndexPath:indexPath];*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UITableView dequeueReusableCellWithIdentifier:forIndexPath:]: unrecognized 阅读全文
posted @ 2012-12-02 23:31 小浪鼓 阅读(3849) 评论(4) 推荐(0) 编辑