mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-01-08 07:22:00 +01:00
Improve visual appearance for segmented control (IOS-20)
This commit is contained in:
parent
b8eea23108
commit
a0baf93b0a
@ -75,6 +75,9 @@ class ServerDetailsViewController: UIViewController {
|
||||
setupConstraints()
|
||||
|
||||
title = domain
|
||||
|
||||
setupNavigationBarAppearance()
|
||||
setupNavigationBarBackgroundView()
|
||||
}
|
||||
|
||||
required init?(coder: NSCoder) { fatalError("init(coder:) has not been implemented") }
|
||||
@ -158,3 +161,5 @@ extension ServerDetailsViewController: UIPageViewControllerDelegate {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
extension ServerDetailsViewController: OnboardingViewControllerAppearance {}
|
||||
|
Loading…
Reference in New Issue
Block a user