标签: ios swift uibutton swift2 uicollectionview
我在集合视图中有一个按钮,但与应用程序周围的其他按钮不同,当您点按它时,此按钮不会突出显示。我尝试了一些建议的内容,例如打开按钮上的突出显示触摸,并将delaysContentTouches设置为false。
{{1}}
有什么想法吗?
答案 0 :(得分:2)
如果您的按钮类型为cell.btn.buttonType == UIButtonType.system,则会自动显示按钮标题上的突出显示效果。否则cell.btn.buttonType == UIButtonType.custom比你需要给出自己的突出效果。
cell.btn.buttonType == UIButtonType.system
cell.btn.buttonType == UIButtonType.custom