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";