Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5f95f43

Browse files
author
dzenbot
committed
Fixes slackhq#94
1 parent 02fba65 commit 5f95f43

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Examples/Messenger/Messenger-Shared/MessageViewController.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,10 @@ - (void)didPressRightButton:(id)sender
228228

229229
[self.tableView scrollToRowAtIndexPath:indexPath atScrollPosition:scrollPosition animated:YES];
230230

231+
// Fixes the cell from blinking (because of the transform, when using translucent cells)
232+
// See https://github.com/slackhq/SlackTextViewController/issues/94#issuecomment-69929927
233+
[self.tableView reloadRowsAtIndexPaths:@[indexPath] withRowAnimation:UITableViewRowAnimationAutomatic];
234+
231235
[super didPressRightButton:sender];
232236
}
233237

0 commit comments

Comments
 (0)