-4

My result like this

I wanna customization bar height

How can i do like this ?

1 Answers1

0

In https://github.com/xmartlabs/XLPagerTabStrip Docs:

override func viewDidLoad() {
     self.settings.style.selectedBarHeight = 5
     self.settings.style.selectedBarBackgroundColor = UIColor.whiteColor()
     self.isProgressiveIndicator = true

     super.viewDidLoad()
}
Ketan Odedra
  • 1,091
  • 6
  • 25
  • What is the difference to my answer other than you add more information that is not relevant to the specific question? – luk2302 Jul 03 '18 at 14:56