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

In my app, i have implemented MDCbottomsheet which is working fine but when i drag somewhat upwards it doesnt stick to the view and inside that mdcbottom sheet view i...

type:Bug
[BottomSheet]

## Feature Request/Suggestion I have a button added to BottomSheet, So when user clicks on this button, then state of BottomSheet should move from "extended" to "preferred" and vice-versa. ##...

type:Feature request
[BottomSheet]

Reproduction steps Steps to reproduce the behaviour: If you set the height of the cell when having description text it breaks on smaller device as seen in the pictures below...

type:Bug
[Collections]

Hello, I have added MDCCard in table cells. Now, how can I get NSIndexPath on a touch event?

type:Question
[Cards]

Adding a touchUpInside event to a MDCCardView in the storyboard is not working ## Reproduction steps Steps to reproduce the behavior: 1. Add an UIView of custom class MDCCard in...

type:Bug
[Cards]

![image](https://user-images.githubusercontent.com/72462219/101240722-fd9a6a00-36e8-11eb-9adb-02affe32d82e.png) it's on this page https://material.io/components/selection-controls#usage

Is there a way to setup bottom sheet to act as an standard bottom sheet?, like: https://material.io/design/components/sheets-bottom.html#standard-bottom-sheet (without overlay allowing interaction with both regions) thanks! --- #### Internal data -...

type:Question
[BottomSheet]

Hi, I just saw that material component has removed bazel from its UI components, a super massive revert. Does anyone know what the reason is? https://github.com/material-components/material-components-ios/commit/a3381717f73e96e015be27c3eabf20746fa4886b Best regards.

type:Feature request

MDCBottomSheet didn't stop correctly at the bottom when it contains an `UICollectionViewController` with a `MDCFlexibleHeaderViewController` ## Reproduction steps 1. git clone https://github.com/googlesamples/mlkit.git 2. go to mlkit/ios/showcase/vision-showcase/ 2. run `pod install...

[BottomSheet]

## [MDCActionSheetHeaderView] Make message label multilined instead of locking it up 2 to lines replace `_messageLabel.numberOfLines = 2;` with `_messageLabel.numberOfLines = 0;`

type:Feature request
[ActionSheet]