When using the scrollTo function (a member of the slideView object), is it possible to pass in an animation as well so that I can control the speed of the scrolling and other pertinent variables?
If not, what other options do I have?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Are you talking about a
tableView.scrollToIndexin which the second property is the animation.Or are you talking about
scrollView.scrollToin which the properties arex, y? If it’s this one then I don’t believe there is a way to animate it using thescrollTomethod.