更改 TextField 背景颜色的不透明度,不适用于文本 - Swift、UIKIT
我正在寻找以编程方式更改 TextField BackgroundColor 的不透明度的方法。
当我这样做时:
UITextfield.layer.opacity
- 它也会改变文本的不透明度。
谢谢
I am looking the ways to change the opacity of TextField BackgroundColor programatically.
When I do:
UITextfield.layer.opacity
- it changes the opacity of text as well.
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
解决方案 1:
您需要使用颜色的 alpha
解决方案 2:
您无法划分一个控件的不透明度,因此您需要在其后面放置一个背景视图并进行播放和它的不透明度
Solution 1:
You need to play with color's alpha
Solution 2:
You can't partition the opacity of one control , so you need to place a background view behind it and play with it's opacity