You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should design image with enough height, transparent background and indicator at the bottom
Use this property to specify a custom selection image. Your image is rendered on top of the tab bar but behind the contents of the tab bar item itself. The default value of this property is nil, which causes the tab bar to apply a default highlight to the selected item
selectionIndicatorImage
Custom UITabBar or UITabBarController
tabBartabBar.isHidden = trueHandle UITabBarControllerDelegate
func tabBar(_ tabBar: UITabBar, didSelect item: UITabBarItem)tabBar.subviewscontains 1 privateUITabBarBackgroundand many privateUITabBarButtonIn iOS 13, we need to use
viewDidAppearThe text was updated successfully, but these errors were encountered: