Created
June 8, 2016 08:28
-
-
Save ivangodfather/e0db51782b7ab50b2074e195bf49605f 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
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