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.
簡単な質問があります。uilabels の数値を変更する uisliders を備えたアプリがあります。これらすべての uilabel を一緒に追加して、合計 uilabel を作成したいと思います。これで説明できると思いますか?私は見て、試して、試して、見ました。それは行き止まりにぶつかり続けます!!!
簡単なことだと思ったら申し訳ありませんが、うまくいきません。
どうもありがとう
私はあなたが見て何を試したかを知りたいです!
int sum = [label1.text intValue] + [label2.text intValue]; totallabel.text = [NSString stringWithFormat:@"%d",sum];