MortimerGoro / MGSwipeTableCell

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

Does anyone occur white cells by using 1.6.11? #354

Open yihuds opened 4 years ago

yihuds commented 4 years ago

When I updated the 1.6.4 to 1.6.11, we found the cell on the UITableView, some become white? image

serhiikrivtsov commented 4 years ago

When I updated the 1.6.4 to 1.6.11, we found the cell on the UITableView, some become white? image

I'm facing exactly the same issue. It is reproducible very rarely. Looks like all subviews of contentView are hidden and not shown back again. Even after reusing of the cell subviews are not becoming visible.

@yihuds do you have any thought why it might happen?

yihuds commented 4 years ago

yep, I think maybe have some problem with the overlay, I don't know how to fix this bug... @serhiikrivtsov

yihuds commented 4 years ago

I had compared the 1.6.4 1.6.9 1.6.11 I think this issue may be caused by fix https://github.com/MortimerGoro/MGSwipeTableCell/issues/334 on 1.6.9.

yihuds commented 4 years ago

@MortimerGoro Could you help to take a look? thanks

MortimerGoro commented 4 years ago

@yihuds can you send me a small sample to reproduce the issue? or can it also be reproduced on the samples in the repo?

yihuds commented 4 years ago

Thanks @MortimerGoro It's hard to reproduce the issue, the probability is less than one in a thousand. So sorry I couldn't make a sample to reproduce... We use it very normal... image