gpt4 book ai didi

ios - 检查 Uitextview 中的负值?

转载 作者:行者123 更新时间:2023-11-29 04:02:21 24 4
gpt4 key购买 nike

我创建了一个计算器。在该计算器中,我使用 UITextview 来显示计算结果。现在,我必须检查总计算结果是否为负数,例如 (-234.00)。所以,我' ve 发出警报消息。我如何检查 UITextview 中是否有负值。

最佳答案

尝试这样,

 if( [textview.text hasPrefix:@"-"])
{
//do whatever you want.
}

关于ios - 检查 Uitextview 中的负值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15698387/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com