GridView icon indicating copy to clipboard operation
GridView copied to clipboard

Reusable GridView with excellent performance and customization that can be time table, spreadsheet, paging and more.

Results 9 GridView issues
Sort by recently updated
recently updated
newest added

Hello! Thanks for nice implementation of reusable collection on pure scrollview. Now I'm using gridview for unlimited horizontal feed of cards. The question is: How can I update datasource without...

How can I append column & row?

i set isInfinitable to false for all gridViews . when scroll to lef app crashes . can you help me?

Dear author, My project USES your library But I find that the Reload of TableView causes the screen to be delayed MainQueue does too much at the same time, right?...

Dear admin, I can not run this project, error occurs when executing this line ` timeTableView.register(TimeTableGridViewCell.nib, forCellWithReuseIdentifier: "TimeTableGridViewCell") channelListView.register(ChannelListGridViewCell.nib, forCellWithReuseIdentifier: "ChannelListGridViewCell") dateTimeView.register(DateTimeGridViewCell.nib, forCellWithReuseIdentifier: "DateTimeGridViewCell")` Could you please help me resolve...

Hi. I am trying to run GridViewExample. When I try to run it, swift compile error appears in the function visibleCells it says has no member 'compactMap'. I am using...

Hi there, I'm relative new to swift. This project is super great. I want to use it as a reference for my tvOS app. However the Podfile isn't working for...

🎉 ![gridview-tvos](https://user-images.githubusercontent.com/6007952/32402133-a5d388d4-c160-11e7-85ff-9ac2446d6057.gif) This is kind of beta implementation. ## We still need to .. - improve infinite loading timing - provide delegate method like UICollectionView's `collectionView(:didUpdateFocusInContext:withAnimationCoordinator:)` (not sure if possible🤔)