一些bug的记录及处理方法
1. 报错: Assertion failure in -[UITableView _configureCellForDisplay:forIndexPath:]
解决:- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *);返回值为空导致的bug
1. 报错: Assertion failure in -[UITableView _configureCellForDisplay:forIndexPath:]
解决:- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *);返回值为空导致的bug