tilltue / TLPhotoPicker

📷 multiple phassets picker for iOS lib. like a facebook
MIT License
1.89k stars 332 forks source link

- fixed an crash for iOS 18 #357

Open CricHeroesiOS opened 2 months ago

CricHeroesiOS commented 2 months ago

iOS 18 where in cellforitem cell was dequeueing without returning the same one which caused NSInteralInconsistancyException. (multiple cell were dequeued for and not returned)