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.
UIStepper の値 (製品の数量) を textfield の値 (製品の価格) に掛けて、uilabel.text の合計を取得する方法は?
UIStepper使用できるプロパティがあり.valueます。
UIStepper
.value
double sumTotal = stepper.value * [[textField text] doubleValue];