Thank you, I found I was calling dequeueReusableCellWithReuseIdentifier inside contextMenuConfigurationForItemAtIndexPath and that caused the crash!!!
I made sure that I only use dequeueReusableCellWithReuseIdentifier inside cellForItemAtIndexPath.
What a mess Apple engineers!
Post
Replies
Boosts
Views
Activity
Hey, thank you so much for taking a look!
I already did before coming here. I posted a full Xcode project.
Oct 5, 2024 at 5:11 AM – FB15393275
Thanks for the info. Here is the code again in the next post