mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-20 12:13:26 +01:00
Fixes Settings tab bar appearance on iOS 15
This commit is contained in:
@@ -109,6 +109,11 @@ class SettingsViewController: UITableViewController
|
|||||||
self.tableView.contentInset.bottom = 20
|
self.tableView.contentInset.bottom = 20
|
||||||
|
|
||||||
self.update()
|
self.update()
|
||||||
|
|
||||||
|
if #available(iOS 15, *), let appearance = self.tabBarController?.tabBar.standardAppearance
|
||||||
|
{
|
||||||
|
self.navigationController?.tabBarItem.scrollEdgeAppearance = appearance
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
override func viewWillAppear(_ animated: Bool)
|
override func viewWillAppear(_ animated: Bool)
|
||||||
|
|||||||
Reference in New Issue
Block a user