是否可以在 NSTextView 中插入复选框?
如何在 nstextView 中插入复选框? 自定义 NSTextAttachment? 有谁能告诉我吗? 提前致谢。
How do i insert a check box in a nstextView?
Customize the NSTextAttachment?
ANY BODY CAN TELL IT?
thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我没试过。也许它有效。
初始化复选框。然后将其作为子视图添加到单元格中。 [textfield.cell addSubview:box];
I didn't try it. Maybe it works.
Initialize a check box. Then add it as a subview to the cell. [textfield.cell addSubview:box];