画像ボタンクラス [詳細]
#import <MixiImageButtonView.h>
Public メソッド | |
| (void) | - addTarget:action: |
| アクションを追加します。 | |
| (void) | - addTarget:action:withObject: |
| アクションを追加します。 | |
Protected 変数 | |
| id | target_ |
| アクションターゲット | |
| SEL | action_ |
| アクション | |
| id | argument_ |
| アクション引数 | |
プロパティ | |
| id | target |
| SEL | action |
| id | argument |
画像ボタンクラス
タップすると登録されたアクションを実行する画像ビューです。
| - (void) addTarget: | (id) | target | |
| action: | (SEL) | action | |
アクションを追加します。
| target | アクションターゲット |
| action | アクション |
| - (void) addTarget: | (id) | target | |
| action: | (SEL) | action | |
| withObject: | (id) | argument | |
アクションを追加します。
| target | アクションターゲット |
| action | アクション |
| argument | アクション引数 |
1.7.4