Add new lines
This commit is contained in:
parent
1be0ce954f
commit
0e9cf2294d
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue