ios - What are some cool animations that I can do with UIWebView and UITextView -


detailsview.layer.transform = catransform3dmakescale(0.1,0.1,1) uiview.animatewithduration(0.25, animations: {         self.detailsview.layer.transform = catransform3dmakescale(1,1,1)     }) 

i have tried one, zooms, thing when app opened.

i want can slide top bottom.

look here, how create uiview bounce animation? , here, https://github.com/pdetagyos/cooluiviewanimations


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -