任何以突出显示模式显示按钮的方法
我的滚动视图上有更多按钮,因此如果其中一个单击,我只想突出显示该按钮,直到再次单击任何按钮......
所以我只想以单击模式显示该按钮...... 。
提前致谢.....
i hav a more buttons on my scrool view so if one of them clickrd i just want to highlight the button untill the any of the button clicked again....
so i just want to show the button in clicked mode......
thanks in advance.....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将按钮的突出显示属性设置为 YES:
Set the button's highlighted property to YES:
使用这两行:
不要使用:
这将隐藏按钮的突出显示。
Use these two lines:
Dont use:
This will hide the highlighting of button.