原因:
UITableView沒有找到重用的Cell,CellForIndex返回了nil。
Debug方法:
在- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath的方法最后返回的地方打個斷點(diǎn)。
參考:
http://stackoverflow.com/questions/34250595/failed-to-obtain-a-cell-from-its-datasource