From 21b618396d7e3ec8c7e2a59f8c4ed4f3925660d6 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Wed, 13 Feb 2019 16:40:21 -0500 Subject: [PATCH] Fix rebase breakage. --- .../Registration/OnboardingSplashViewController.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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",