Skip to content

Instantly share code, notes, and snippets.

@gaeng2y
Created April 13, 2022 09:40
Show Gist options
  • Save gaeng2y/543bfedb1c65a5259ad492ec60bfd4dc to your computer and use it in GitHub Desktop.
Save gaeng2y/543bfedb1c65a5259ad492ec60bfd4dc to your computer and use it in GitHub Desktop.
inherited uitabbarcontroller
class ViewController: UITabBarController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
self.view.backgroundColor = .red
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment