Created
May 2, 2020 11:01
-
-
Save akshitzaveri/b068653105d79026cd33ae15edd79b30 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
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