Skip to content

Commit

Permalink
Improve visual appearance for segmented control (IOS-20)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitschlag committed Oct 10, 2023
1 parent b8eea23 commit a0baf93
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ class ServerDetailsViewController: UIViewController {
setupConstraints()

title = domain

setupNavigationBarAppearance()
setupNavigationBarBackgroundView()
}

required init?(coder: NSCoder) { fatalError("init(coder:) has not been implemented") }
Expand Down Expand Up @@ -158,3 +161,5 @@ extension ServerDetailsViewController: UIPageViewControllerDelegate {
}
}
}

extension ServerDetailsViewController: OnboardingViewControllerAppearance {}

0 comments on commit a0baf93

Please sign in to comment.