如何将可点击的复选框插入 nstextview 中?
如标题所示,现在我想在我的 nstextview 中插入一个复选框按钮,我是否需要生成一个自定义 nstextattachmentcell?或者其他什么?那里有任何示例吗? 提前谢谢...
AS the title,now i want to insert a checkbox button into my nstextview,do i need to generate a custom nstextattachmentcell?or sth else?any sample there?
Thx in advance...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许您只需使用 WebView 并为其提供一些 html 就可以省去很多麻烦。
检查 WebScriptObject 和 WebScripting Protocol Reference 如何使用 JS 将按钮连接到 NSObject
Probably you could save a lot of headache by just using a WebView and feed it with some html.
Check WebScriptObject and WebScripting Protocol Reference how to connect the button using JS to an NSObject