SwiftGridView is a Swift based data grid for iOS. I created this primarily as a way to gain more experience with both Swift and creating a CocoaPod. This project makes heavy use of existing UICollectionView technology. I will continue to add documentation and functionality as I can. Currently I have the initial release tagged as 0.1.0
For an example on how to utilize this component, see the included example here: https://github.com/nlampi/SwiftGridView/tree/master/Example
The complete source and example can be found on github.