Created
April 18, 2017 05:59
-
-
Save yuhao-git-star/f7e942a120cf7f0b907b1d2237adab47 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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