uias / Tabman

™️ A powerful paging view controller with interactive indicator bars
https://uias.github.io/Tabman
MIT License
2.86k stars 237 forks source link

Bottom separator line #496

Open Yulia8294 opened 4 years ago

Yulia8294 commented 4 years ago

Hey, is there a way to add only bottom separator line? I've searched through documentation but can't seem to find it anywhere. SystemBar provides both top and bottom separator lines for TMBarView. That's not exactly what I need. Will appreciate any help.

Снимок экрана 2020-02-27 в 04 46 20
sungkimin commented 3 years ago

let bar = TMBarView.ButtonBar() bar.backgroundView.style = .flat(color: UIColor(red: 255/255, green: 255/255, blue: 255/255, alpha: 1)) ----->Desired color

addBar(bar.systemBar(), dataSource: self, at: .top) ------(x) addBar(bar, dataSource: self, at: .top)------->(0)