I currently am working on a project which has a UICollectionView
, what I would like to do is to have another "Path" on the NSIndexPath
, so that I can find an item. Essentially I currently have:
A Section (which contains an individual) A Row (which is essentially a "Day") this has multiple events in for an individuals day.- this is where i would like an extra index on my index path!)
But whenever I try to add an additional index on it complains that I can't have more than 2 indexes in my index path. (However it does say I could use a "Category" - therefore is there away I can do this in Xamarin
/ C#
or am I out of luck?