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

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

cla: yes

> 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....

type:Bug
[AppBar]

## 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...

type:Bug
[AppBar]

![iShot2021-04-30 11 05 06](https://user-images.githubusercontent.com/11830896/116643579-f0d22780-a9a3-11eb-835e-13deadc3d717.jpg) 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...

type:Bug
[Chips]

## 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...

type:Bug
[TextFields]

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`...