UIViewController(IGListAdapter)
@interface UIViewController (IGListAdapter)
/// Adapters that have this VC as their `viewController`
- (NSArray<IGListAdapter *> *)associatedListAdapters;
@end
Undocumented
-
Adapters that have this VC as their
viewControllerDeclaration
Objective-C
- (nonnull NSArray<IGListAdapter *> *)associatedListAdapters;Swift
func associatedListAdapters() -> [IGListAdapter]
View on GitHub