My app is dark mode and need to setup background color, but it is limited by hard code: func setupCamera(...) { ... self.backgroundColor = UIColor.gray ... }
My app is dark mode and need to setup background color,
but it is limited by hard code:
func setupCamera(...) {
...
self.backgroundColor = UIColor.gray
...
}