NEUPagingSegmentedControlDelegate
@protocol NEUPagingSegmentedControlDelegate
The protocol defines the methods to interact with the NEUPagingSegmentedControl.
-
Tells the delegate that the specific segment is selected.
Declaration
Objective-C
- (void)pagingSegmentedControl:(NEUPagingSegmentedControl *)segmentedControl didSelectSegmentAtIndex:(id)index;Parameters
segmentedControlA paging segmented control object informing the delegate about the selected segment.
indexAn index locating the selected segment.
View on GitHub
NEUPagingSegmentedControlDelegate Protocol Reference