Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

redesign/onboarding #541

Draft
wants to merge 38 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix title constraint
decanus committed May 27, 2021
commit b5803b9a222c59dcfd898ff7020e75ee3a54f963
Original file line number Diff line number Diff line change
@@ -95,8 +95,9 @@ class AuthenticationViewController: UIPageViewController {
])

NSLayoutConstraint.activate([
titleLabel.centerXAnchor.constraint(equalTo: view.centerXAnchor),
titleLabel.topAnchor.constraint(equalTo: view.safeAreaLayoutGuide.topAnchor, constant: 18),
titleLabel.leftAnchor.constraint(equalTo: backButton.rightAnchor, constant: 10),
titleLabel.rightAnchor.constraint(equalTo: backButton.leftAnchor, constant: -10),
])

NSLayoutConstraint.activate([