I am trying out eureka ios forms and its great, I just can't find how to change the color of the background instead of the light gray it has by default.
I found the answer, eureka has a var tableView! that displays the table, to change the color of any part of the table I call this var. so, to set the color of tables background
override func viewDidLoad() {
super.viewDidLoad()
tableView.backgroundColor = #colorLiteral(red: 0.1960784346, green: 0.3411764801, blue: 0.1019607857, alpha: 1)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With