Material Components v79.0.1 Release Notes

  • 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