diff --git a/FlashBack.xcodeproj/xcuserdata/aaron.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/FlashBack.xcodeproj/xcuserdata/aaron.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist index 22e8364..60717c1 100644 --- a/FlashBack.xcodeproj/xcuserdata/aaron.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ b/FlashBack.xcodeproj/xcuserdata/aaron.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -3,22 +3,4 @@ uuid = "9B71B754-8EF4-4B21-944A-011F70D1E639" type = "1" version = "2.0"> - - - - - - diff --git a/FlashBack.xcworkspace/xcuserdata/aaron.xcuserdatad/UserInterfaceState.xcuserstate b/FlashBack.xcworkspace/xcuserdata/aaron.xcuserdatad/UserInterfaceState.xcuserstate index 61ecb84..056f5c6 100644 Binary files a/FlashBack.xcworkspace/xcuserdata/aaron.xcuserdatad/UserInterfaceState.xcuserstate and b/FlashBack.xcworkspace/xcuserdata/aaron.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/FlashBack/AppDelegate.m b/FlashBack/AppDelegate.m index b443db5..706c1b5 100755 --- a/FlashBack/AppDelegate.m +++ b/FlashBack/AppDelegate.m @@ -20,6 +20,23 @@ // Override point for customization after application launch. [application _setBackgroundStyle:UIBackgroundStyleExtraDarkBlur]; + UIColor *barBackground = [UIColor colorWithWhite:0 alpha:0.3]; + if (@available(iOS 13.0, *)) { + UIBarAppearance *barAppearance = [[UIBarAppearance alloc] init]; + [barAppearance configureWithDefaultBackground]; + barAppearance.backgroundColor = barBackground; + + [UINavigationBar appearance].standardAppearance = [[UINavigationBarAppearance alloc] initWithBarAppearance:barAppearance]; + [UINavigationBar appearance].scrollEdgeAppearance = [UINavigationBar appearance].standardAppearance; + [UINavigationBar appearance].overrideUserInterfaceStyle = UIUserInterfaceStyleDark; + + [UITabBar appearance].standardAppearance = [[UITabBarAppearance alloc] initWithBarAppearance:barAppearance]; + [UITabBar appearance].overrideUserInterfaceStyle = UIUserInterfaceStyleDark; + } else { + [UINavigationBar appearance].backgroundColor = barBackground; + [UITabBar appearance].backgroundColor = barBackground; + } + _window.backgroundColor = [UIColor clearColor]; return YES; diff --git a/FlashBack/Base.lproj/Main.storyboard b/FlashBack/Base.lproj/Main.storyboard index 83432ca..d8075a3 100644 --- a/FlashBack/Base.lproj/Main.storyboard +++ b/FlashBack/Base.lproj/Main.storyboard @@ -1,6 +1,6 @@ - + @@ -12,91 +12,108 @@ - - + + - + - - + + - + - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + - - + + - + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + @@ -104,11 +121,11 @@ - - + + - + - + @@ -127,21 +144,19 @@ - + - + - - - - + + - + - + @@ -160,20 +175,20 @@ - + - + - - + + - + - + @@ -192,10 +207,9 @@ - - + + - @@ -205,20 +219,20 @@ - - + + - + - + - - - + + - + - - + + - + - - + + - + - - + + - + - + - + - - - - + + + + + - - - - - - - - - - + - + - + - - + - - + @@ -483,17 +487,9 @@ - - + + - - - - - - - - @@ -511,14 +507,14 @@ - + - + - + @@ -535,24 +531,16 @@ - + - - - -