Skip to content

Instantly share code, notes, and snippets.

@bleft
Created October 17, 2014 10:46
Show Gist options
  • Save bleft/99d9fd8e9106d855e254 to your computer and use it in GitHub Desktop.
Save bleft/99d9fd8e9106d855e254 to your computer and use it in GitHub Desktop.
Make round UIView
let layer = view.layer
layer.cornerRadius = CGRectGetWidth(mapView.bounds) / 2
layer.borderWidth = 1
layer.masksToBounds = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment