SOTabBar icon indicating copy to clipboard operation
SOTabBar copied to clipboard

Light way to add Fancy bottom bar 📲

Results 17 SOTabBar issues
Sort by recently updated
recently updated
newest added

how to hide tabBar in SOTabBar, need to hide other inside screens ex: in UITabBarController we used , tabBarController?.tabBar.isHidden = true

import UIKit import SOTabBar public var home = true class ViewController: SOTabBarController { override func loadView() { super.loadView() SOTabBarSetting.tabBarTintColor = .clear SOTabBarSetting.tabBarCircleSize = CGSize(width: 40, height: 40) SOTabBarSetting.tabBarHeight = 50...

Thank you so much for this amazing library. There are two issues I was unable to figure out solution to: 1. Selected tab title is not visible (though it is...

i am trying to set initial index to '2' but it's not working. I even tried to change the selectedIndex in the library but its not working. func setUpTabBarController(){ self.delegate...

isUserInteractionEnabled in SOTabBar

Hi, Its a great experience after adding your library into my project. but i need to give support for RTL language now. but seems i stuck there. can you please...

Hi, I am not able to hide bottom bar view after push from tabbar controller