标签:
1. 报错: Assertion failure in -[UITableView _configureCellForDisplay:forIndexPath:]
解决:- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *);返回值为空导致的bug
一些bug的记录及处理方法
原文地址:http://www.cnblogs.com/lxh123/p/5852701.html