Post

Replies

Boosts

Views

Activity

Comment on Crash in iOS18
I also had this kind of problem and solved it after a week. In my case the issue was that I returned a UICollectionViewCell() when dequeuing the cells in cellForItemAt method, in case the cells couldn't be created. Try and remove the return of a UICollectionViewCell(), maybe will help fixing the crash.
Topic: UI Frameworks SubTopic: UIKit
Sep ’24