在 nsmutableString 中设置 Limit 并清除
我需要将可附加到 nsmutablestring 的字符数限制为 10。 我还需要按下按钮清除其内容。 最好的方法是什么? 请帮忙
I need to limit the number of characters that can be appended to an nsmutablestring to 10.
Also i need to clear its contents on a button press.
What is the best method to do that?
pls help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以写一个类别。像这样的事情:
You can write a category. Something like this: