Last active
August 2, 2016 05:08
-
-
Save aufflick/0be9a523f8c1527b66d4e15232296700 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 { | |
convenience init(translateMasks: Bool, frame: CGRect = CGRectZero) { | |
self.init(frame: frame) | |
self.translatesAutoresizingMaskIntoConstraints = translateMasks | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment