SETabView
SETabView copied to clipboard
TabItem title is not showing
TabItem title is not showing in tabbar import UIKit import SETabView
class FourthViewController: UIViewController {
var seTabBarItem: UITabBarItem! {
return UITabBarItem(title: "Fourth", image: UIImage(named: "fourth"), tag: 0)
}
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
}
@iosapp3 We are working to provide support for title which will be there in the next release. Leaving the issue open and will close once the next version is out with the support.
The next version should be released by the weekend
On further deliberation, we feel like the design works best without titles. Hence we will not be adding it in the near future