Pass in an animation with ScrollTo?
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?
Are you talking about a tableView.scrollToIndex
in which the second property is the animation.
Or are you talking about scrollView.scrollTo
in which the properties are x, y
? If it's this one then I don't believe there is a way to animate it using the scrollTo
method.
精彩评论