Add new lines
This commit is contained in:
parent
1be0ce954f
commit
0e9cf2294d
|
@ -8,10 +8,12 @@ class ViewController: UIViewController {
|
||||||
|
|
||||||
override func viewDidLoad() {
|
override func viewDidLoad() {
|
||||||
super.viewDidLoad()
|
super.viewDidLoad()
|
||||||
|
|
||||||
if let image = AnimatedImage.animatedImageWithName("mugen.gif") {
|
if let image = AnimatedImage.animatedImageWithName("mugen.gif") {
|
||||||
imageView.setAnimatedImage(image)
|
imageView.setAnimatedImage(image)
|
||||||
imageView.startAnimatingGIF()
|
imageView.startAnimatingGIF()
|
||||||
}
|
}
|
||||||
|
|
||||||
UIApplication.sharedApplication().setStatusBarStyle(.LightContent, animated: false)
|
UIApplication.sharedApplication().setStatusBarStyle(.LightContent, animated: false)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue