Fix animation and layout bugs on iPad Pro

This commit is contained in:
Charles Magahern
2016-01-03 13:21:50 -08:00
parent fbde76d734
commit 5936fc8b56
4 changed files with 17 additions and 7 deletions
@@ -87,6 +87,8 @@ class MainViewController: UIViewController, SwitchesViewControllerDelegate {
override func viewDidAppear(animated: Bool)
{
super.viewDidAppear(animated)
_headerView.xionLogoView.beginAnimating()
if (!_server.connected) {
@@ -102,11 +104,6 @@ class MainViewController: UIViewController, SwitchesViewControllerDelegate {
}
}
override func viewDidDisappear(animated: Bool)
{
_headerView.xionLogoView.stopAnimating()
}
override func prefersStatusBarHidden() -> Bool
{
return true