Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ボタン自体を介してボタンに接続されているアクションを呼び出そうとしています。これはできますか?私のポイントを明確にするために、これが欲しいです:
[self.button callIBAction:self]
ボタンをトリガーするイベントを送信する必要があります。次に例を示します。
[self.button sendActionsForControlEvents:UIControlEventTouchUpInside]
または、アクションを実装する同じビュー コントローラーを使用している場合:
[self callIBAction:self.button]