[UITableView _contentOffsetForScrollingToRowAtIndexPath:atScrollPosition:]

后端 未结 3 1849
滥情空心
滥情空心 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:34

    Make sure your table view is getting reloaded before scrolling. because after adding the data in the array, we need to reload the data to populate the TableView cell.

提交回复
热议问题