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.
私はこれに頭を悩ませています。「someMethod」というメソッドを持つ MyCollectionViewController クラスがあります。「aButton」というボタンを持つ MySupplementaryView クラスもあります。SupplementaryView は、UICollectionView のフッターです。
aButton の IBAction を取得して someMethod を呼び出すにはどうすればよいですか?
ご回答ありがとうございます。
私はそれを見つけたと思います。
[delegate someMethod];
愚かな私。