Skip to content

Commit 66c9ba3

Browse files
committed
Apply default cell selection style to RETableViewCell
1 parent 16d0af8 commit 66c9ba3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RETableViewManager/RETableViewCell.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ + (CGFloat)heightWithItem:(RETableViewItem *)item tableViewManager:(RETableViewM
4747
- (void)cellDidLoad
4848
{
4949
self.actionBar = [[REActionBar alloc] initWithDelegate:self];
50+
self.selectionStyle = self.tableViewManager.style.defaultCellSelectionStyle;
5051

5152
if ([self.tableViewManager.style hasCustomBackgroundImage]) {
5253
self.tableViewManager.tableView.separatorStyle = UITableViewCellSeparatorStyleNone;

0 commit comments

Comments
 (0)