KWCollectionViewDelegate
public protocol KWCollectionViewDelegate : UIViewController
Conforming to this protocol enables a controller to be notified and act upon the life of a keyword (added or removed from a collection)
-
Declaration
Swift
func keywordIsBeingAdded(name: CMSCategory?)
-
Declaration
Swift
func keywordIsBeingRemoved(name: CMSCategory?)