Yuvaraj.M
Yuvaraj.M

Reputation: 9801

Multiple columns like Spreadsheet Tables using UICollectionView Swift

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.

enter image description here

Upvotes: 1

Views: 2252

Answers (1)

Mark Filter
Mark Filter

Reputation: 453

If you are looking for a 3rd party library out there, this one is pretty darn good.

https://github.com/glyuck/GlyuckDataGrid

enter image description here

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

Related Questions