Skip to content

Instantly share code, notes, and snippets.

@sanllier
Created March 21, 2018 18:13
Show Gist options
  • Save sanllier/c0e4033876028d35cb0bef56afd71319 to your computer and use it in GitHub Desktop.
Save sanllier/c0e4033876028d35cb0bef56afd71319 to your computer and use it in GitHub Desktop.
override var intrinsicContentSize: CGSize {
    return attributedText?.size(forWidth: (fittingSize ?? bounds).width) ?? .zero
}
var fittingSize: CGRect?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment