Hey guys, I couldn't find an answer to my issue so I'm making a thread for it here.
I have certain functionality that's depending on whether or not the scroll view is in place, or currently scrolling, and I have two issues/questions regarding this:
One - I couldn't find an already implemented way of knowing when a scroll view is no longer moving/being collided with by a touch. is there an easy way to check this that is already accessible?
Two - The 'offset' of the scrollView is how I dictate other functions to run. However, I have noticed that offset becomes inaccurate if you scroll off the Device/Editor screen and then let it spring back. Doing this usually makes the offset a few decimals off, but I need it to be exact all the time. is there a reset function I can call to fix this when it happens?
Thank you for all the help,
cruncher3019