Open ZevEisenberg opened 10 years ago
I should be able to access an object at an index path with someCollectionList[someIndexPath]. I believe you can do this with objectForKeyedSubscript.
someCollectionList[someIndexPath]
objectForKeyedSubscript
I should be able to access an object at an index path with
someCollectionList[someIndexPath]
. I believe you can do this withobjectForKeyedSubscript
.