如何在图像上绘制文本
我有一个 UIView,我想按一个按钮,然后我将有一个文本框或标签,用户可以更改和移动...... 有人知道从哪里开始吗?
I have a UIView that i want to pres a button and then i will have a text box or a label that the user can change and move...
Any one know where to start?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了显示的目的,只需在 UIImageView 的顶部放置一个透明的 UITextField 即可。
For display purpose, just put a transparent UITextField on top of the UIImageView.