MUSegmentControlDelegate
@objc
public protocol MUSegmentControlDelegate : AnyObject
Delegate protocol for MUSegmentControl.
-
Will trigger each time an item is selected.
Declaration
Swift
func didSelect(segmentedControl: MUSegmentedControl, at index: Int)