alexhillc / AXPhotoViewer

An iOS/tvOS photo gallery viewer, useful for viewing a large (or small!) number of photos.
https://www.cocoacontrols.com/controls/axphotoviewer
MIT License
642 stars 120 forks source link

Touch call back when collection view is added to bottomStackContainer #57

Closed kyon92 closed 5 years ago

kyon92 commented 5 years ago

I have a UICollectionView added into bottomStackContainer and I want to do something when UICollectionViewDelegate didSelectItemAt is called. I tried different approaches but I can't figure out a good way to achieve that with singleTapGestureRecognizer in AXPhotosViewController placed. Any help is appreciated.