material-components-ios
material-components-ios copied to clipboard
[In maintenance mode] Modular and customizable Material Design UI components for iOS
## Feature Request/Suggestion MDCChipField's chip selected behavior should be same as the one gmail does, when any chip is selected, the cursor should be hidden. ## Additional context From this...
> 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 Pod does not install pod 'MaterialComponents/TextControls+OutlinedTextAreas' pod 'MaterialComponents/TextControls+OutlinedTextFields' 1....
 I want my Textfield border radius half to my textfield's height. To achieving this is set borderRadius accordingly. But it results a parallel line created across my floating text....
> For usage questions: ask on [Stack Overflow](https://stackoverflow.com/questions/tagged/material-components+ios). Actually I'm not sure this is bug or not. ## Reproduction steps Steps to reproduce the behavior: ``` @IBOutlet weak var fullNameContainerView:...
I cant resize the leadingView size, i try change all values of frame and constraint... ## Reproduction steps ` let view = MDCTextField(frame: .zero) view.placeholder = "Password" self.passwordController = MDCTextInputControllerOutlined(textInput:...
Hi, I'm trying successless to round the ActionSheet's top corners: ``` let actionSheetCall = MDCActionSheetController(title: "Title", message: "Message") actionSheetCall.contentEdgeInsets.left = -20 let mask = CAShapeLayer() let path = UIBezierPath(roundedRect: bounds,...
## 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...
Override trailing view/ (button inside textfield) A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I'm trying to accomplish this functionality. I'm able...
I'm trying to center the inline and floating placeholder inside an MDCTextField that is using MDCTextInputControllerUnderline or some other controller with no success. ## Reproduction steps I have an MDCTextField...
https://github.com/Carthage/Carthage We should consider supporting this alongside CocoaPods. --- #### Internal data - Associated internal bug: [b/117179591](http://b/117179591)