注册
iOS

iOS 刷新聊天界面崩溃

Assertion failure in -[UITableViewRowData _assertValidIndexPath:allowEmptySection:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit_Sim/UIKit-3505.16/UITableViewRowData.m:2310
 
出现NSScanner: nil string argument
 
怎没
已邀请:

lifei9241

赞同来自: 造夢

if ([self.dataSource count] - currentCount  >= 1) {
                [self.tableView scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:[self.dataSource count] - currentCount - 1 inSection:0] atScrollPosition:UITableViewScrollPositionTop animated:NO];
}
加上个判断

要回复问题请先登录注册