Skip to content

Commit 16fc97a

Browse files
committed
Increase splash screen timer
1 parent d725b87 commit 16fc97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/app_delegate.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def application(application, didFinishLaunchingWithOptions:launchOptions)
4343
@window.makeKeyAndVisible
4444

4545
# Make the splash screen to fade out after of five seconds
46-
fade_out_timer = 1.0
46+
fade_out_timer = 3.0
4747
UIView.transitionWithView(@window, duration: fade_out_timer, options: UIViewAnimationOptionTransitionNone, animations: lambda { image_view.alpha = 0 }, completion: lambda do |finished|
4848
image_view.removeFromSuperview
4949
image_view = nil

0 commit comments

Comments
 (0)