Skip to content

Instantly share code, notes, and snippets.

@nathangitter
Created October 29, 2017 14:47
Show Gist options
  • Save nathangitter/4e56a8f19d918fba0c7c342f6a684426 to your computer and use it in GitHub Desktop.
Save nathangitter/4e56a8f19d918fba0c7c342f6a684426 to your computer and use it in GitHub Desktop.
var myCustomView = UIView()
override func viewDidLoad() {
myCustomView.backgroundColor = UIColor.blue
myCustomView.layer.cornerRadius = myCustomView.bounds.width / 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment