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

## Feature Request/Suggestion Currently, the MDCOutlinedTextField does not allow subclassing. It may be helpful to allow for subclassing that component so that developers can build custom functionality on top of...

## Feature Request/Suggestion A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] ## Additional context Add any other context or screenshots about the...

- (void)scrollToItem:(UITabBarItem *)item animated:(BOOL)animated; has error.

It fixes a linking error with MaterialComponent target in case where I use only 'MaterialComponents/ActivityIndicator' and install the library only with 'pod install —repo-update' and 'use_frameworks!': `Undefined symbol: _MDMMotionCurveMakeBezier` ###...

cla: yes

## Feature Request/Suggestion I want to be able to expand the bottom sheet when the user taps on the collapsed bottom sheet as well as by dragging upwards. As far...

type:Feature request
[BottomSheet]

This pull request fixes the problem with corner radius for MDCButton ripple effect implementation. After iOS 11, developers can set corner radius using `MaskedCorners` options. These changes are required to...

cla: yes

> 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. ## Reproduction steps Steps to reproduce the behavior: ![image](https://user-images.githubusercontent.com/85117696/120214135-bb3b8b00-c23c-11eb-8b93-236f1830f36b.png) 1. Enable Voice...

I'm trying to animate between the different states of expanded and normal but it doesn't look good. This is how I'm doing it: normal ``` button.setTitle(nil, for: .normal) button.setImage(UIImage(named: "icon"),...

> 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. ## Actual behavior MDCTabBarItem height is not rendered correctly which is causing...

type:Bug
[Tabs]

### Thanks for starting a pull request on Material Components! #### Don't forget: - [ ] Identify the component the PR relates to in brackets in the title. - [...

cla: yes