Vote count:
0
So I want to make an animated background in xcode6 using swift. In Photoshop Ive made 10 gradient circle images. The first image is barley visible (Transparent) and the Last image is 100% visible. So in xcode, I want to make a frame by frame animation that will animate the images from barley visible to 100% visible. But im not sure how to code this with swift. Any help would be great!
@IBOutlet weak var animatedPicture: UIImageView!
animatedPicture.animationImages = [NSArray arrayWithObjects:
[UIImage imagedNamed @"Fadein1.png"],
[UIImage imageNamed @"Fadein2.png"],
I'm thinking something like this. But in swift, Not Objective-C.
asked 5 mins ago
Xcode 6 frame by frame animations
Aucun commentaire:
Enregistrer un commentaire