Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我很难解决这个问题。我有一个 MyCollectionViewController 类,它有一个名为“someMethod”的方法。我还有 MySupplementaryView 类,它有一个名为“aButton”的按钮。SupplementaryView 是 UICollectionView 中的页脚。
如何让 aButton 的 IBAction 调用 someMethod?
提前感谢您的回复。
我想我找到了。
[delegate someMethod];
傻我。