Skip to content

Instantly share code, notes, and snippets.

@hudinwal
Created August 15, 2016 12:19
Show Gist options
  • Save hudinwal/4ffe614365c4408eb7f0575de4362701 to your computer and use it in GitHub Desktop.
Save hudinwal/4ffe614365c4408eb7f0575de4362701 to your computer and use it in GitHub Desktop.
override func viewDidLoad() {
super.viewDidLoad()
// Create and add the pull down table view
self.view.addSubview(pullDownTableView)
//Set background color to contrasting color
view.backgroundColor = UIColor.darkGrayColor()
pullDownTableView.backgroundColor = UIColor.clearColor()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment