material-components-ios
material-components-ios copied to clipboard
[In maintenance mode] Modular and customizable Material Design UI components for iOS
### Thanks for starting a pull request on Material Components! #### Don't forget: - [x] Identify the component the PR relates to in brackets in the title. ```[Buttons] Updated documentation```...
## Feature Request/Suggestion I'm frustrated when use multiline text input. can give some demo on storyboard with swift. I get example on single line text field but not get any...
> 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: i have installed `pod...
> 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. Go to '...'...
I've encountered issues where some textfield floating labels are truncated. The placeholder text is also truncated. Is this a known issue? I've also tested on newer devices running on iOS14...
### Overview Using MDCOutlinedTextField outlet breaks the layout, while initialisation from code works correctly. (See screenshot) #### Using outlets  #### Code Initialisation  ### Reproduction steps Add MDCOutlinedTextField using...
## Feature Request/Suggestion We've taken great pains to ensure our app is accessibility friendly, as every good app should. Currently there is no way or indication I can find when...
### Thanks for starting a pull request on Material Components! #### Don't forget: - [x] Identify the component the PR relates to in brackets in the title. ```[Buttons] Updated documentation```...
iOS(11, *) Xcode 12.4 My code: static var newShapeScheme: MDCShapeScheme { let cornerTreatment = MDCRoundedCornerTreatment.corner(withRadius: 0.5, valueType: .percentage) let shapeScheme = MDCShapeScheme() shapeScheme.smallComponentShape.bottomLeftCorner = cornerTreatment shapeScheme.smallComponentShape.topLeftCorner = cornerTreatment shapeScheme.smallComponentShape.topRightCorner =...
@IBOutlet weak var textField: MDCFilledTextArea! textField.label.text = "Victim Name(s) long lenth label testing only check it and found if any problem" Unable to show label in multiple line.