eshwavin / SETabView

SETabView is a TabBar with simple yet beautiful animations that makes your apps look cool!
MIT License
70 stars 5 forks source link

TabItem title is not showing #1

Closed iosapp3 closed 1 year ago

iosapp3 commented 2 years ago

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.
}
eshwavin commented 2 years ago

@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.

eshwavin commented 1 year ago

On further deliberation, we feel like the design works best without titles. Hence we will not be adding it in the near future