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
segmentedControl
A paging segmented control object informing the delegate about the selected segment.
index
An index locating the selected segment.