使用 NumberFormatter 将 NSTextField 设置为空白

发布于 2024-10-20 21:04:08 字数 236 浏览 2 评论 0原文

我想清空一个与 IB 数字格式化程序关联的 NSTextField,格式化程序将其限制为正整数。

在我这样做之前我没有想到这一点,但可以预见的是 setString:@"" 返回

-[NSTextField setString:]: unrecognized selector 

这是否可能以及我将使用什么方法来做到这一点?

谢谢!

格雷厄姆

I want to blank a NSTextField that has a IB Number Formatter associated with it, the formatter restricts it to positive integers.

It didn't occur to me before I did it but predictably setString:@"" returns

-[NSTextField setString:]: unrecognized selector 

Is this possible and what method would I use to do it?

Thanks!

Graham

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

太阳哥哥 2024-10-27 21:04:08

您正在寻找 setStringValue:

You're looking for setStringValue:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文