evgenyneu / Auk

An image slideshow for iOS written in Swift.
MIT License
277 stars 44 forks source link

photo has userInteraction = NO #83

Open Verteletsky opened 5 years ago

Verteletsky commented 5 years ago

I use the CollectionView inside of which there is a Cell, and in the xib file I have a ScrollView, how can I handle clicking on a photo, when the photo has userInteraction = NO, I can't get to it

evgenyneu commented 5 years ago

Hi @Verteletsky, what do you want to accomplish by clicking on a photo? Here is how to respond to a tap, if that's what you need.

Verteletsky commented 5 years ago

@evgenyneu да, я хочу обработать нажатие, но у фотографии userInteraction = no, потому что у меня scrollView находится в ячейке в коллекции

Yes, I want to process the click, but the photo has userInteraction = no, because my scrollView is in a cell in the collection

evgenyneu commented 5 years ago

@Verteletsky there is a section in the readme called Respond to image tap that might help. Let me know if that works for you.

PS. Good to see Russian language. :)