我有一个 UIButton ( MUIButton : UIButton
) 的子类,我想调用默认方法,例如:
UIButton *button = [UIButton buttonWithType:UIButtonTypeRoundedRect];
我如何在我的子类中调用它?
我有一个 UIButton ( MUIButton : UIButton
) 的子类,我想调用默认方法,例如:
UIButton *button = [UIButton buttonWithType:UIButtonTypeRoundedRect];
我如何在我的子类中调用它?