override func viewDidLoad() {
super.viewDidLoad()
dataSource = self
let bar = TMBarView.ButtonBar()
bar.buttons.customize {
$0.tintColor = UIColor(Color.theme.accent)
$0.selectedTintColor = UIColor(Color.theme.accent)
$0.font = UIFont(name: "ComicSans-Regular", size: 16)!
$0.selectedFont = UIFont(name: "ComicSans-Regular", size: 16)!
}
let systemBar = bar.systemBar();
systemBar.backgroundStyle = .flat(color: UIColor(Color.red))
systemBar.separatorColor = .clear
addBar(systemBar, dataSource: self, at: .top)
}
New Issue Checklist
Issue Description
I'd like to:
Spacer()between each tab so they fill all of the space