Created
July 2, 2018 10:35
-
-
Save vialyx/51756f1c80fc033b9207afa2dd6b7395 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 var intrinsicContentSize: CGSize { | |
return CGSize(width: cornerRadius * 4, height: cornerRadius * 2) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment