Reputation: 9801
Have to develop the UI with multiple Columns like Table in Excel sheets (Spreadsheets). Am trying to achieve using UICollectionView. Can anyone please guide me to achieve this? Thanks in advance.
Upvotes: 1
Views: 2252
Reputation: 453
If you are looking for a 3rd party library out there, this one is pretty darn good.
https://github.com/glyuck/GlyuckDataGrid
It's not currently fully supporting Swift 4 out of the box and is not being maintained, but the library is small, and with minimal tweaks to the current code, you shouldn't have any issue getting it ready for Swift 4.
You could also Fork the repo, make the updates, and submit a PR. I hope it helps!
Upvotes: 1