SETabView icon indicating copy to clipboard operation
SETabView copied to clipboard

TabItem title is not showing

Open iosapp3 opened this issue 3 years ago • 2 comments

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 avatar Aug 29 '22 07:08 iosapp3

@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 avatar Aug 29 '22 07:08 eshwavin

The next version should be released by the weekend

eshwavin avatar Aug 29 '22 07:08 eshwavin

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

eshwavin avatar Jul 25 '23 21:07 eshwavin