Protocols

The following protocols are available globally.

SwiftGridReusableViewDelegate

SwiftGridViewDataSource

  • The SwiftGridViewDataSource protocol is used much like a UICollectionView or UITableView data source for retrieving all data needed to display the data grid.

    See more

    Declaration

    Swift

    @objc
    public protocol SwiftGridViewDataSource

SwiftGridViewDelegate

  • The SwiftGridViewDelegate protocol is used much like a UICollectionView or UITableView delegate for handling interactions and sizing of the data grid.

    See more

    Declaration

    Swift

    @objc
    public protocol SwiftGridViewDelegate