Skip to content

Instantly share code, notes, and snippets.

@yuhao-git-star
Created April 18, 2017 05:59
Show Gist options
  • Save yuhao-git-star/f7e942a120cf7f0b907b1d2237adab47 to your computer and use it in GitHub Desktop.
Save yuhao-git-star/f7e942a120cf7f0b907b1d2237adab47 to your computer and use it in GitHub Desktop.
import UIKit
class CircleView : UIView {
override func draw(_ rect: CGRect) {
}
}
let view = CircleView(frame: CGRect(x: 0, y: 0, width: 300, height: 300))
view.backgroundColor = UIColor.white
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment