Skip to content

Commit

Permalink
Fix buttons front when changing cell frame: send butons to back.
Browse files Browse the repository at this point in the history
  • Loading branch information
poetwang committed Nov 8, 2015
1 parent a8a20f8 commit 1e248da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SWTableViewCell/PodFiles/SWTableViewCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,9 @@ - (void)layoutSubviews
}

[self updateCellState];

[self.rightUtilityClipView.superview sendSubviewToBack:self.rightUtilityClipView];
[self.leftUtilityClipView.superview sendSubviewToBack:self.leftUtilityClipView];
}

- (void)setFrame:(CGRect)frame
Expand Down

0 comments on commit 1e248da

Please sign in to comment.