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 didSelect(_ sectionController: IGListSingleSectionController!)Parameters
sectionControllerThe section controller that was selected.
View on GitHub
IGListSingleSectionControllerDelegate Protocol Reference