@implementation UIViewController (hook) + (void)load{ swizzleSelector(self, @selector(initWithCoder:), @selector(new_initWithCoder:)); } - (instancetype)new_in