Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vialyx/51756f1c80fc033b9207afa2dd6b7395 to your computer and use it in GitHub Desktop.
Save vialyx/51756f1c80fc033b9207afa2dd6b7395 to your computer and use it in GitHub Desktop.
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