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
Post a Comment