Catalyst UICollectionView Behaving Differently

I'm using a UICollectionView in a catalyst app to select photos. If I'm running it on an iPad I'm able to select multiple cells however the exact same code when running on macOS results in collectionView(_ collectionView: UICollectionView, didDeselectItemAt indexPath: IndexPath) being called. Note that shouldDeselectItemAt is not called. On the collection view allowsMultipleSelection is set to true.


Has anyone else come across this or have any ideas of where to look?

Post not yet marked as solved Up vote post of DavidNZ Down vote post of DavidNZ
944 views

Replies

Did you ever figure out an answer to this? I am seeing this issue too.
Geesh , Where are the Apple Developers ? Don't they ever read these and step up ?

Still running into these issue. @Art @DavidNZ @technikyle Did you figure out how to work around this?