glyuck / GlyuckDataGrid

DataGridView (multicolumn tables) for iOS based on UICollectionView
MIT License
120 stars 35 forks source link

issues with obj-c implementation #8

Closed multinerd closed 7 years ago

multinerd commented 7 years ago

im making progress on my own implemtation, however i am unable to access indexPath.dataGridColumn in objective c

glyuck commented 7 years ago

It's because these properties are defined in IndexPath extension, it's a swift overlay for NSIndexPath class. I've duplicated this extension for NSIndexPath and added Objective-C example.

multinerd commented 7 years ago

thank you very much. one of these days i'm gonna jump on the swift train... that day is just not today