如何通过点击来更改 UILabel 的 alpha?
我有一个 iOS (4.0) 应用程序,我想通过点击屏幕上的任意位置来更改特定 UILabel 的 alpha。我没有以编程方式完成界面,我只是使用界面生成器将标签放置在屏幕上。
如何使用点击手势来更改程序中特定 UILabel 的 alpha?
提前致谢!
I have an iOS (4.0) app that I would like to change the alpha of a specific UILabel of just by taping anywhere on the screen. I don't have my interface done programmatically, I just used the interface builder to place the labels for things on the screen.
How can I use a tap gesture to change the alpha of a specific UILabel in my program?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在viewDidLoad:
中定义方法:
In viewDidLoad:
Then define the method: