Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ivangodfather/e0db51782b7ab50b2074e195bf49605f to your computer and use it in GitHub Desktop.
Save ivangodfather/e0db51782b7ab50b2074e195bf49605f to your computer and use it in GitHub Desktop.
extension UIView {
func translatesAutoresizingMaskIntoConstraints(value: Bool) {
translatesAutoresizingMaskIntoConstraints = value
subviews.map { $0.translatesAutoresizingMaskIntoConstraints(value) }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment