Protocols
The following protocols are available globally.
-
The
See moreSwiftGridReusableViewDelegateis used for passing selection and highlighting events through to the data grid.Declaration
Swift
public protocol SwiftGridReusableViewDelegate : AnyObject
-
The
See moreSwiftGridViewDataSourceprotocol 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 moreSwiftGridViewDelegateprotocol is used much like a UICollectionView or UITableView delegate for handling interactions and sizing of the data grid.Declaration
Swift
@objc public protocol SwiftGridViewDelegate
View on GitHub
Protocols Reference