material-components-ios
material-components-ios copied to clipboard
[In maintenance mode] Modular and customizable Material Design UI components for iOS
## 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` ###...
## 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...
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...
> 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:  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...
### Thanks for starting a pull request on Material Components! #### Don't forget: - [ ] Identify the component the PR relates to in brackets in the title. - [...