1
0
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:
Nathan Mattes 2023-10-10 11:24:49 +02:00
parent b8eea23108
commit a0baf93b0a

View File

@ -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 {}