如何自定义这样的UITextField?
另一个问题...
我怎样才能制作这个文本字段?
左侧有一个带有字符串的固定占位符,其后是一个可触摸区域,带有文本或蓝色矩形(如屏幕截图)。
我需要实现一个视图吗?或者有一种简单的方法可以直接在文本字段中执行此操作?
再次感谢!
一个
another questions...
How can i make this textfield??
With on the left a FIXED placeholder with a string and after it, an touchable zone, with text or the blue rectangle like screenshot.
I need to implement a view? Or there is a simple way to do it directly in textfield?
thanks again!
A
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我有解决办法!!!
UITextField
有一个名为leftView
和rightView
的属性!这是代码:
这是输出:
I have the solution!!!
UITextField
have a property namedleftView
andrightView
!Here's the code:
and this is the output:
查看 TTMessageRecipientField。在 Mac 上,这是通过 NSTokenField,但这在 UIKit 中不可用。
Take a look at the TTMessageRecipientField. On the Mac, this is achieved with an NSTokenField, but this isn't available in UIKit.