Skip to content

Instantly share code, notes, and snippets.

@nathangitter
Created October 29, 2017 14:49
Show Gist options
  • Save nathangitter/25cd5b1f13da9cee3be5d88099c5939f to your computer and use it in GitHub Desktop.
Save nathangitter/25cd5b1f13da9cee3be5d88099c5939f to your computer and use it in GitHub Desktop.
lazy var myCustomView: UIView = {
let view = UIView()
view.backgroundColor = UIColor.blue
view.layer.cornerRadius = myCustomView.bounds.width / 2
return view
}()
@vikrant-Ios
Copy link

didn't work for me.
could you tell me how its work ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment