Add new lines

This commit is contained in:
Reda Lemeden 2014-12-12 23:07:28 +01:00
parent 1be0ce954f
commit 0e9cf2294d
1 changed files with 2 additions and 0 deletions

View File

@ -8,10 +8,12 @@ class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
if let image = AnimatedImage.animatedImageWithName("mugen.gif") {
imageView.setAnimatedImage(image)
imageView.startAnimatingGIF()
}
UIApplication.sharedApplication().setStatusBarStyle(.LightContent, animated: false)
}