younatics / ExpandableCell

✨ Awesome expandable, collapsible tableview cell for iOS written in Swift 5
MIT License
772 stars 124 forks source link

Reload not working as intended only in iOS15 #86

Open cheehoonha-lifeoverflow opened 2 years ago

cheehoonha-lifeoverflow commented 2 years ago

When I call reloadData in the expanded cell, the order of row is scrambled and not sorted in order.

It only happens when compiled in Xcode 13 and run in iOS15. When it's compiled in Xcode 13 and run in iOS14, it has no problem. Also, when it's compiled in Xcode 12, it runs fine in iOS15 and 14.

Could you please fix this? Thank you.

pikaboo commented 2 years ago

Hello, Can you please provide a test project that reproduces the problem ?

sachinm008 commented 1 year ago

Hi guys,

Any fix on this?