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

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.

cla: yes
[Tabs]
[BottomSheet]
[schemes]
[ActionSheet]
[Catalog]
ready to pull

> 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...

type:Feature request
[BottomNavigation]

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...

type:Internal cleanup
[Icons]
type:Performance
skill:Client migrations

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...

[TextFields]

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)

type:Bug
[TextFields]

## 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...

type:Bug
[BottomNavigation]

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:...

type:Question
[TextFields]

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...

[BottomNavigation]
[Beta]

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...

[BottomAppBar]

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...

[ShadowElevations]