NativeControlGridCellFactoryDelegate Protocol Reference

Conforms to NSObject
Declared in NativeControlGridCellFactory.h

Overview

Delegate class for handling NativeControlGridCellFactory cell generation

– createViewForCell:panel:forRange:

Occurs when an element representing a cell has been created.

- (UIView *_Nonnull)createViewForCell:(FlexGrid *_Nonnull)sender panel:(GridPanel *_Nonnull)panel forRange:(GridCellRange *_Nullable)range

Parameters

sender

the FlexGrid sender object.

panel

the FlexGridPanel event appears on.

range

the specified cell range.

Return Value

UIView for the native cell

Discussion

Occurs when an element representing a cell has been created.

Declared In

NativeControlGridCellFactory.h