diff --git a/Signal/src/ViewControllers/Registration/OnboardingSplashViewController.swift b/Signal/src/ViewControllers/Registration/OnboardingSplashViewController.swift index 6d474ddbf..14353ad1f 100644 --- a/Signal/src/ViewControllers/Registration/OnboardingSplashViewController.swift +++ b/Signal/src/ViewControllers/Registration/OnboardingSplashViewController.swift @@ -27,8 +27,7 @@ public class OnboardingSplashViewController: OnboardingBaseViewController { let titleLabel = self.titleLabel(text: NSLocalizedString("ONBOARDING_SPLASH_TITLE", comment: "Title of the 'onboarding splash' view.")) view.addSubview(titleLabel) - titleLabel.autoPinWidthToSuperviewMargins() - titleLabel.autoPinEdge(toSuperviewMargin: .top) + titleLabel.autoPinEdges(toSuperviewMarginsExcludingEdge: .bottom) // TODO: Finalize copy. let explanationLabel = self.explanationLabel(explanationText: NSLocalizedString("ONBOARDING_SPLASH_EXPLANATION",