Protocols
The following protocols are available globally.
-
The
See moreSwiftGridReusableViewDelegate
is used for passing selection and highlighting events through to the data grid.Declaration
Swift
public protocol SwiftGridReusableViewDelegate : AnyObject
-
The
See moreSwiftGridViewDataSource
protocol is used much like a UICollectionView or UITableView data source for retrieving all data needed to display the data grid.Declaration
Swift
@objc public protocol SwiftGridViewDataSource
-
The
See moreSwiftGridViewDelegate
protocol is used much like a UICollectionView or UITableView delegate for handling interactions and sizing of the data grid.Declaration
Swift
@objc public protocol SwiftGridViewDelegate