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

Popular posts from this blog

Using django-mptt to get only the categories that have items -

wordpress - (T_ENDFOREACH) php error -

ruby - Train neural network with sine function -