IGListSingleSectionControllerDelegate
@protocol IGListSingleSectionControllerDelegate <NSObject>
A delegate that can receive selection events on an IGListSingleSectionController.
-
Tells the delegate that the section controller was selected.
Declaration
Objective-C
- (void)didSelectSingleSectionController: (nonnull IGListSingleSectionController *)sectionController;
Swift
func didSelectSingleSectionController(_ sectionController: Any!)
Parameters
sectionController
The section controller that was selected.