Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

v79.0.1

Choose a tag to compare

@jverkoey jverkoey released this 08 Mar 23:51
· 3456 commits to stable since this release

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;

Component changes

Collections