evgenyneu / Auk

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

Is it possibile to disable manual scrolling? #58

Closed tmichele closed 7 years ago

tmichele commented 7 years ago

I would like to disable manual scrolling, is it possible?

Thanks for the great work, Michele

evgenyneu commented 7 years ago

Thanks, @tmichele. Yes, I think you can do it by disabling "User interaction enabled" property of the scroll view in the Attributes inspector. Let me know if it works for you.

auk_disable_user_interaction
saysayshee commented 7 years ago

thank, it work for me 👍

evgenyneu commented 7 years ago

Great, I am glad it helped. Good luck!