material-components-ios
material-components-ios copied to clipboard
[In maintenance mode] Modular and customizable Material Design UI components for iOS
BottomSheets and ActionSheets are an iPhone-only pattern. We do not, at this time, intend to allow them to be used for Mac Catalyst apps.
> For usage questions: ask on [Stack Overflow](https://stackoverflow.com/questions/tagged/material-components+ios). ## Reproduction steps Steps to reproduce the behavior: 1. Create a bottom nav controller and set view controllers 2. Tap on a...
We have found that reducing the number of files in a bundle improves build times and install times on simulators. Right now aside from localized files, png files are the...
I am using MDCTextInputControllerFilled. The placeholder text is missing for the textfield's : `textField.placeholderText = "Text"` Also the cursor falls way outside the bounds of the textfield: - OS: iOS...
This was filed as an internal issue. If you are a Googler, please visit [b/138846474](http://b/138846474) for more details. --- #### Internal data - Associated internal bug: [b/138846474](http://b/138846474)
## Feature Request/Suggestion Why does the beta BottomNavigationBarController use VC's additionalSafeAreaInsets as mechanism to control height of child VC's view? Why not just use constraints? The approach doesn't even handle...
How can i remove rounded corners from MDCTextInputControllerOutlined i tried usernameController?.roundedCorners = .init(rawValue: 0) but it only works when textfield is empty --- #### Internal data - Associated internal bug:...
In the BottomNavigation beta, I'm not sure if there is anything necessary besides simply adding the dependency as stated below. Inside an implementation (.m) file in the beta code, there...
Giving the floating button on `MDCBottomAppBarView` a negative offset will cause the right side of the bar to droop, almost like it's melting. Look at image attachment. ## Reproduction steps...
According to Material Design guidelines the card resting elevations should be set to 1. `MDCShadowElevationCardResting` is defined as 2. ## Reproduction steps Use `MDCCardView` with default values, then compare to...