Tabman icon indicating copy to clipboard operation
Tabman copied to clipboard

Bottom separator line

Open Yulia8294 opened this issue 5 years ago • 1 comments

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

Yulia8294 avatar Feb 27 '20 12:02 Yulia8294

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)

sungkimin avatar Apr 02 '21 04:04 sungkimin