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.
IBを介してUIStepperを設定しています。私の見解では、「ラベル番号」が増減します。ユーザーが押すと、数値とUIStepperがゼロにリセットされるボタンを作成しようとしています。
どうやってやるの?
ありがとう。
これをボタンメソッドに追加するだけです
yourStepper.value=0; yourlabel.text=@"0";