Skip to content

Instantly share code, notes, and snippets.

@Mukeshawal
Created February 3, 2020 09:36
Show Gist options
  • Save Mukeshawal/cba16ce56fe511678e7f3cfb1e0db4a4 to your computer and use it in GitHub Desktop.
Save Mukeshawal/cba16ce56fe511678e7f3cfb1e0db4a4 to your computer and use it in GitHub Desktop.
import UIKit
class MenuViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
view.backgroundColor = .purple
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment