カスタム ビューにIBAction プロパティ (? のようtouchUpInside
にUIButton
) を設定して、Interface Builder で IBAction とリンクすることはできますか?
私のビュー ヘッダー ファイルでは、次のようになります。
@property IBOutlet <IBAction_type> myCustomIBAction;
カスタム ビューにIBAction プロパティ (? のようtouchUpInside
にUIButton
) を設定して、Interface Builder で IBAction とリンクすることはできますか?
私のビュー ヘッダー ファイルでは、次のようになります。
@property IBOutlet <IBAction_type> myCustomIBAction;