MortimerGoro / MGSwipeTableCell

An easy to use UITableViewCell subclass that allows to display swippable buttons with a variety of transitions.
MIT License
6.96k stars 1.07k forks source link

Setting UILabel Hidden does not work #301

Open wcb133 opened 7 years ago

wcb133 commented 7 years ago

When the implementation of the right button click trigger event, set the cell on the left of the unselected control hidden YES, does not work, because the UI control beyond the scope of the screen, only in the screen to set the hidden will be effective, how Deal with this situation?