サブクラスUIButton
化し、そのbuttonWithType:
メソッドを使用してを作成した場合、またはサブクラスインスタンスbutton
が返されますか?UIButton
例えば:
@interface MyButton : UIButton
@end
MyButton *button = [MyButton buttonWithType:UIButtonTypeCustom];
またはalloc
、initWithFrame
代わりに使用する必要がありますか?
ありがとう