From 0e9cf2294d77bec63f053921a7d38feff87fd33d Mon Sep 17 00:00:00 2001 From: Reda Lemeden Date: Fri, 12 Dec 2014 23:07:28 +0100 Subject: [PATCH] Add new lines --- Demo/demo/classes/ViewController.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Demo/demo/classes/ViewController.swift b/Demo/demo/classes/ViewController.swift index de286d1..aa1d5d0 100755 --- a/Demo/demo/classes/ViewController.swift +++ b/Demo/demo/classes/ViewController.swift @@ -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) }