mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-01-24 14:30:47 +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()
|
setupConstraints()
|
||||||
|
|
||||||
title = domain
|
title = domain
|
||||||
|
|
||||||
|
setupNavigationBarAppearance()
|
||||||
|
setupNavigationBarBackgroundView()
|
||||||
}
|
}
|
||||||
|
|
||||||
required init?(coder: NSCoder) { fatalError("init(coder:) has not been implemented") }
|
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