Rightpoint / RZCollectionList

A framework for dealing with displaying data from Core Data and other sources in UITableViews.
Other
43 stars 8 forks source link

Collection list should support indexed subscripting #52

Open ZevEisenberg opened 10 years ago

ZevEisenberg commented 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.