CEWendel / SWTableViewCell

An easy-to-use UITableViewCell subclass that implements a swippable content view which exposes utility buttons (similar to iOS 7 Mail Application)
MIT License
7.13k stars 1.27k forks source link

fix bug: scrollView's contentOffset might be wrong. #424

Open xxqy123 opened 6 years ago

xxqy123 commented 6 years ago

fix bug: if call "-(void)setRightUtilityButtons: WithButtonWidth:" to change the buttonWidth while scrollView is still scrolling, scrollView's contentOffset will be wrong.