Connectivity status indicator view

This commit is contained in:
Charles Magahern
2015-12-31 10:55:54 -08:00
parent 29dec42b20
commit 5b535f5720
4 changed files with 126 additions and 17 deletions
@@ -69,12 +69,12 @@ class MainViewController: UIViewController {
override func viewDidAppear(animated: Bool)
{
_headerView.beginAnimating()
_headerView.xionLogoView.beginAnimating()
}
override func viewDidDisappear(animated: Bool)
{
_headerView.stopAnimating()
_headerView.xionLogoView.stopAnimating()
}
override func prefersStatusBarHidden() -> Bool