mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-19 11:43:24 +01:00
Updates Browse tab icon
This commit is contained in:
@@ -43,6 +43,9 @@ final class TabBarController: UITabBarController
|
|||||||
{
|
{
|
||||||
super.viewDidLoad()
|
super.viewDidLoad()
|
||||||
|
|
||||||
|
let browseNavigationController = self.viewControllers![Tab.browse.rawValue] as! UINavigationController
|
||||||
|
browseNavigationController.tabBarItem.image = UIImage(systemName: "bag")
|
||||||
|
|
||||||
let sourcesNavigationController = self.viewControllers![Tab.sources.rawValue] as! UINavigationController
|
let sourcesNavigationController = self.viewControllers![Tab.sources.rawValue] as! UINavigationController
|
||||||
self.sourcesViewController = sourcesNavigationController.viewControllers.first as? SourcesViewController
|
self.sourcesViewController = sourcesNavigationController.viewControllers.first as? SourcesViewController
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user