Posts by Juan de Dios • 128 points
1 post
-
1
votes2
answers856
viewsA: Swift - How to automatically change Imageview image
You can use transitionWithView: let toImage = UIImage(named:"myname.png") UIView.transitionWithView(self.imageView, duration:5, options: UIViewAnimationOptions.TransitionCrossDissolve, animations: {…
swiftanswered Juan de Dios 128