iOS, AutoLayout, Swizzle, init, Method Swizzling, UIView Swizzling UIView initializer with Autolayout If you are a fan of autolayout and using it extensively, you can feel the pain of writing self.translatesAutoresizingMaskIntoConstraints = NO; every time UIView is initialized. This is awkward to use when I