|
|
@ -27,8 +27,7 @@ public class OnboardingSplashViewController: OnboardingBaseViewController {
|
|
|
|
|
|
|
|
|
|
|
|
let titleLabel = self.titleLabel(text: NSLocalizedString("ONBOARDING_SPLASH_TITLE", comment: "Title of the 'onboarding splash' view."))
|
|
|
|
let titleLabel = self.titleLabel(text: NSLocalizedString("ONBOARDING_SPLASH_TITLE", comment: "Title of the 'onboarding splash' view."))
|
|
|
|
view.addSubview(titleLabel)
|
|
|
|
view.addSubview(titleLabel)
|
|
|
|
titleLabel.autoPinWidthToSuperviewMargins()
|
|
|
|
titleLabel.autoPinEdges(toSuperviewMarginsExcludingEdge: .bottom)
|
|
|
|
titleLabel.autoPinEdge(toSuperviewMargin: .top)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// TODO: Finalize copy.
|
|
|
|
// TODO: Finalize copy.
|
|
|
|
let explanationLabel = self.explanationLabel(explanationText: NSLocalizedString("ONBOARDING_SPLASH_EXPLANATION",
|
|
|
|
let explanationLabel = self.explanationLabel(explanationText: NSLocalizedString("ONBOARDING_SPLASH_EXPLANATION",
|
|
|
|