[UITableView _contentOffsetForScrollingToRowAtIndexPath:atScrollPosition:]

后端 未结 3 1856
滥情空心
滥情空心 2021-02-07 11:27

I am using a tableview to display a message and i used the code below

UIView *chatView = [self bubbleView:[NSString stringWithFormat:@\"%@\", message] from:YES];         


        
3条回答
  •  难免孤独
    2021-02-07 11:49

    I got this problem when my tableView delegate and dataSource was mapped to another view controller. Make sure you haven't done the same.

提交回复
热议问题