From d7f776a25b2da41ad9dc2046df79c89c77311aad Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 26 Jul 2016 22:41:01 -0400 Subject: [PATCH] adjusted logo margins on loading screens --- src/iOS/AppDelegate.cs | 2 +- src/iOS/LaunchScreen.storyboard | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/iOS/AppDelegate.cs b/src/iOS/AppDelegate.cs index 736deb16e..8f362130f 100644 --- a/src/iOS/AppDelegate.cs +++ b/src/iOS/AppDelegate.cs @@ -121,7 +121,7 @@ namespace Bit.iOS var imageView = new UIImageView(new UIImage("logo.png")) { - Center = new CoreGraphics.CGPoint(view.Center.X, view.Center.Y - 40) + Center = new CoreGraphics.CGPoint(view.Center.X, view.Center.Y - 30) }; view.AddSubview(backgroundView); diff --git a/src/iOS/LaunchScreen.storyboard b/src/iOS/LaunchScreen.storyboard index a54d2bae3..50dceae04 100644 --- a/src/iOS/LaunchScreen.storyboard +++ b/src/iOS/LaunchScreen.storyboard @@ -17,11 +17,11 @@ - + - + @@ -34,7 +34,6 @@ -