Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

[IB2-326] Center the onboarding "Start Browsing" button

  • Loading branch information
mahmoud-adam85 authored and naira-cliqz committed Jul 26, 2018
1 parent e1b6288 commit f0f4a0b622b7dbbb7400f1bd698e0ff8caaba191
Showing with 1 addition and 1 deletion.
  1. +1 −1 Cliqz/Intro/CliqzIntroViewController.swift
@@ -93,7 +93,7 @@ class CliqzIntroViewController: UIViewController {
startBrowsingButton.snp.makeConstraints { make in
make.centerX.equalToSuperview()
make.width.equalToSuperview().dividedBy(2.2)
make.bottom.equalTo(self.view.safeArea.bottom).offset(-2)
make.bottom.equalTo(self.view.safeArea.bottom).offset(-IntroUX.PagerCenterOffsetFromScrollViewBottom)
make.height.equalTo(45)
}
scrollView.snp.makeConstraints { make in

0 comments on commit f0f4a0b

Please sign in to comment.