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.
私の見解では、この関数にリンクされている 2 つのステッパーがあります。
- (IBAction)stepperChanged:(UIStepper *)sender { int value = [sender value]; printf("value: %d", value); }
このイベントをトリガーしたステッパーをすばやく簡単に特定する方法はありますか?
ステッパーにタグを付けて、タグの値を確認します。コードまたは IB でタグを設定できます。