ios - Change UIScrollView contentSize with animation -
is possible change uiscrollview
's contentsize
animation size decreases / increases on period, like
uiview.animatewithduration(0.3, animations: { scrollview.contentsize.width -= 100.0 }
doesn't work. don't know if there's way ?
Comments
Post a Comment