PaoloCuscela / Cards

Awesome iOS 11 appstore cards in swift 5.
MIT License
4.2k stars 274 forks source link

Action on “ViewButton” while using CollectionView #113

Closed asttim closed 5 years ago

asttim commented 5 years ago

How can I use func cardHighlightDidTapButton with CardHighlight in CollectionView?

PaoloCuscela commented 5 years ago
card.delegate` = self

then, use it as any delegate method.