Shopify / FunctionalTableData

Declarative UITableViewDataSource implementation
MIT License
365 stars 30 forks source link

Add UICollectionViewCell accessibility identifier #182

Closed Kiesco08 closed 5 years ago

Kiesco08 commented 5 years ago

Matching the implementation for UITableViewCell: https://github.com/Shopify/FunctionalTableData/blob/deef00cac84dece1d494091649dafeb12c9952cf/Sources/FunctionalTableData/TableView/FunctionalTableData%2BUITableViewDataSource.swift#L34.

This makes it possible for UI tests to find UICollectionViewCell objects in the view hierarchy.