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.
我有一个简单的问题,我有一个带有 uislider 的应用程序,它可以更改 uilabels 中的数字。我想将所有这些 uilabels 添加在一起并拥有一个总 uilabel。我希望这能解释清楚吗?我已经看了又试了又试了。一直在死胡同!!!
抱歉,如果您认为这是一件简单的事情,但我无法解决。
非常感谢
我真的很想知道你看过和尝试过什么!
int sum = [label1.text intValue] + [label2.text intValue]; totallabel.text = [NSString stringWithFormat:@"%d",sum];