Shopify / FunctionalTableData

Declarative UITableViewDataSource implementation
MIT License
365 stars 30 forks source link

Fix subscript crash #186

Closed Kiesco08 closed 4 years ago

Kiesco08 commented 4 years ago

This changes makes sure that the index path is not empty when trying to access .section, which would result in a crash otherwise.