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
sectionController
The section controller that was selected.