Skip to content

Instantly share code, notes, and snippets.

@marcorei
Created January 11, 2018 09:52
Show Gist options
  • Save marcorei/b52a975de3c39267704cbdefade474b9 to your computer and use it in GitHub Desktop.
Save marcorei/b52a975de3c39267704cbdefade474b9 to your computer and use it in GitHub Desktop.
override func sizeThatFits(_ size: CGSize) -> CGSize {
return layout?.startMeasure(with: size) ?? .zero
}
override func layoutSubviews() {
layout?.startLayout(with: bounds)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment