标签: ios uicollectionview
我正在尝试将一些UIButtons添加到collectionviews标题中,但是在发现按下哪个标题时遇到了困难。有什么建议吗?
答案 0 :(得分:2)
如果要以编程方式添加UIButtons,最快的方法是在按钮中添加带有该部分的标记。
UIButtons
UIButton.tag = x //where x is the section number
然后在操作中您可以检查标签。