material-components-ios
material-components-ios copied to clipboard
[In maintenance mode] Modular and customizable Material Design UI components for iOS
I could not find the dynamic selection of chip view in Filter chip in ios (Swift). Documentation has not any clue about it. I applied this in cellForItemAt but not...
## Feature Request/Suggestion Does `MDCChipCollectionViewFlowLayout` support horizontal scroll? When I set ``` layout.scrollDirection = .horizontal ``` I get my layout broken, much like here https://github.com/material-components/material-components-ios/issues/5671 with overlapping items. It would...
Closes https://github.com/material-components/material-components-ios/issues/75
> For usage questions: ask on [Stack Overflow](https://stackoverflow.com/questions/tagged/material-components+ios). Hello guys, I am using component named `MDCAppBarNavigationController` to custom navigation controller instance that auto-injects App Bar instances into pushed view controllers....
## Reproduction steps Steps to reproduce the behaviour: Set MDCAppBarViewController as the root view controller Push a view controller. Swipe from the trailing edge toward the leading edge. ## Expected...
 pod 'MaterialComponents/BottomNavigation+Theming'
I am trying to implement `Input Chips` in iOS using `MDCCipField`. after inserting multiple chips the `MDCCipField` is not scrollable. ## Reproduction steps Steps to reproduce the behavior: 1. Implement...
## Reproduction steps 1. Implement MDCSlider from latest version of the pod ## Expected behavior The value label looks like the one described in the documentation. ![Screenshot 2021-04-15 at 22...
A clear and concise description of what the bug is. ## Reproduction steps Steps to reproduce the behavior: 1. Create an class inheriting from MDCBaseTextField 2. Create a new implementation...
When Voice Over is enabled, `MDCBottomDrawerViewController` in theory always expands to full screen, regardless of the content. This is an explicit behavior that is being added for accessibility, and `maximumInitialDrawerHeight`...