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.
iPhone アプリに 3 つのボタンがあり、タッチされたボタンのタイトルにプログラムでアクセスしたいと考えています。
ボタンのアクション メソッドでは、sender.currentTitle を使用するだけです。
ターゲット/アクション パターン ( link ) を使用している場合、通常は「sender」という名前のアクションへの引数がボタンになります。そこからボタンのプロパティにプログラムでアクセスできます。