Merge branch 'feature/remove_tab_bar_feature' into 'develop'
remove this feature See merge request BPHV_MIPS/mvm_core_ui!705
This commit is contained in:
commit
ea358929f3
@ -80,7 +80,6 @@
|
|||||||
|
|
||||||
// MARK: - UITabBarDelegate
|
// MARK: - UITabBarDelegate
|
||||||
public func tabBar(_ tabBar: UITabBar, didSelect item: UITabBarItem) {
|
public func tabBar(_ tabBar: UITabBar, didSelect item: UITabBarItem) {
|
||||||
guard model.selectedTab != tabBar.selectedItem?.tag else { return }
|
|
||||||
model.selectedTab = item.tag
|
model.selectedTab = item.tag
|
||||||
Button.performButtonAction(with: model.tabs[item.tag].action, button: item, delegateObject: delegateObject, additionalData: nil)
|
Button.performButtonAction(with: model.tabs[item.tag].action, button: item, delegateObject: delegateObject, additionalData: nil)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user