Open naveenYellamraju opened 3 years ago
bar.subviews.forEach {
$0.backgroundColor = .black
}
let bar = TMBar.ButtonBar()
let customView = UIView()
customView.backgroundColor = UIColor.red
bar.backgroundView.style = .custom(view: customView)
New Issue Checklist
Issue Description
Other useful things