This repository was archived by the owner on Dec 11, 2025. It is now read-only.
v79.0.1
This patch release removes NS_REQUIRES_SUPER from several MDCCollectionViewController APIs, removing the requirement to call super.
API changes
Collections
MDCCollectionViewController
| Type of change: | Declaration |
|---|---|
| From: | - (void)collectionView:(nonnull UICollectionView *)collectionView didHighlightItemAtIndexPath:(nonnull NSIndexPath *)indexPath NS_REQUIRES_SUPER; |
| To: | - (void)collectionView:(nonnull UICollectionView *)collectionView didHighlightItemAtIndexPath:(nonnull NSIndexPath *)indexPath; |