I'd like to reset a ScrollView when the user is double tapping. Is there a way to zoom smoothly? Just like scrollTo.
Here's my code:
function resetZoom() { myScrollView.zoomScale = 1; myScrollView.scrollTo(250,250); }Thank you!
I'd like to reset a ScrollView when the user is double tapping. Is there a way to zoom smoothly? Just like scrollTo.
Here's my code:
function resetZoom() { myScrollView.zoomScale = 1; myScrollView.scrollTo(250,250); }Thank you!