material-components-ios icon indicating copy to clipboard operation
material-components-ios copied to clipboard

[In maintenance mode] Modular and customizable Material Design UI components for iOS

Results 105 material-components-ios issues
Sort by recently updated
recently updated
newest added

Using MDCFlexibleHeaderView, with set 'headerView.canAlwaysExpandToMaximumHeight = true'. After reloadData is called on UITableView (and table has more rows than before), when scrolling up to the top of the table view...

## Description I'm not being able to get the bottom sheet component to actually extend, it always sits in the `preferred` position. However, I do acknowledge that whenever I swipe...

type:Bug
[BottomSheet]

### Overview On both iPhone 4s (iOS 8.3) and iPhone X (iOS 11), loading the TabBarViewController example in the MDC Catalog results in a console warning about the tabbar cells...

type:Bug
[Tabs]
skill:UICollectionView
device:iPhone 4S

> For usage questions: ask on [Stack Overflow](https://stackoverflow.com/questions/tagged/material-components+ios). A clear and concise description of what the bug is. BottomSheet with tableview long enough to be scrollable in Extended State (BottomSheet...

type:Bug
[BottomSheet]

The UILabel font setter does not change the font to the one passed as an argument if it's font traits match the existing one. This means that attempts at setting...

type:Bug
[Typography]

## Feature Request/Suggestion With the latest developments that have been existing from Apple, the question arises that if this library will have support for swiftUi as well as a demo...

type:Feature request

## Actual behavior Hello, I have a label that I use as a header in an MDCCard. So it's attached to the top of my view and I applied a...

type:Bug

I try to follow every steps described in https://github.com/material-components/material-components-ios . Yet, I am still not able to run sample project (MDCCatalog) successfully. Any help is very much appreciated ## Reproduction...

type:Bug

A clear and concise description of what the bug is. ## Reproduction steps Steps to reproduce the behavior: 1. Create a xib file. 1. Insert a UIViewController object into the...

[BottomNavigation]

Support for MDCCollectionViewCellAccessoryType would allow to use e.g. MDCCollectionViewCellAccessoryDisclosureIndicator to display a chevron on the trailing side of the cell to indicate that the action would cause a push. Support...

type:Feature request
[List]