Return Value 戻り値
A view that triggers action
when the command
occurs.
あるビュー、それはaction
をcommand
が発生する時に引き起こすものです。
Availability 有効性
Technology
A view that triggers action
when the command
occurs.
あるビュー、それはaction
をcommand
が発生する時に引き起こすものです。
selector
The selector to register for action
.
このセレクタをaction
に登録することになります。
action
The action to perform. If action
is nil
, command
keeps its association with this view but doesn’t trigger.
実行するアクション。action
がnil
ならば、command
はこのビューと関わりを持ち続けます、しかし引き金になりません。
This view or one of the views it contains must be in focus in order for the action to trigger. Other actions for the same command on views closer to the view in focus take priority, potentially overriding this action. このビューやそれが含むいくつかのビューのうちの1つが、アクションを引き起こすためにフォーカスを当てられていなければなりません。フォーカス中のビューにより近いビュー上の、同じコマンドに対する他のアクションが優先権をとります、潜在的にこのアクションをオーバーライドして。