MUCollectionButtonDelegate
@objc
public protocol MUCollectionButtonDelegate : AnyObject
Delegate protocol for MUCollectionButton.
-
Will trigger each time a button is tapped.
Declaration
Swift
func didTap(collectionButton: MUCollectionButton, at index: Int)