UICollectionView should support highlighting similar to UITableView when dealing with UICollectionViewListCells

Originator:jpereira
Number:rdar://FB8421561 Date Originated:
Status:Open Resolved:
Product: Product Version:
Classification: Reproducible:
 
UICollectionViewListCells were introduced in iOS 14 betas and are meant to superseed UITableView in the near future.
However, to the best of my knowledge, UICollectionView does not provide a way to give a UICollectionViewListCell a highlighting behavior similar to UITableView's; instead, the cell stays selected by default.

Although we can avoid the issue by manually requesting that the UICollectionView deselects the tapped cell after a brief interval - or possibly via UIListContentConfiguration - I believe that this behavior should be provided out-of-the-box.

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!