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

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

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