Skip to content

Instantly share code, notes, and snippets.

@akshitzaveri
Created May 2, 2020 11:01
Show Gist options
  • Save akshitzaveri/b068653105d79026cd33ae15edd79b30 to your computer and use it in GitHub Desktop.
Save akshitzaveri/b068653105d79026cd33ae15edd79b30 to your computer and use it in GitHub Desktop.
override func layoutSubviews() {
super.layoutSubviews()
self.circleView.layer.cornerRadius = self.circleView.frame.width / 2.0
self.miniCircleView.layer.cornerRadius = self.miniCircleView.frame.width / 2.0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment