Open Yulia8294 opened 4 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)
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.