I am using a tableview to display a message and i used the code below
UIView *chatView = [self bubbleView:[NSString stringWithFormat:@\"%@\", message] from:YES];
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.