material-components-ios
material-components-ios copied to clipboard
[In maintenance mode] Modular and customizable Material Design UI components for iOS
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...
## 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. ##...
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...
Hello, I have added MDCCard in table cells. Now, how can I get NSIndexPath on a touch event?
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...
 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 -...
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.
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...
## [MDCActionSheetHeaderView] Make message label multilined instead of locking it up 2 to lines replace `_messageLabel.numberOfLines = 2;` with `_messageLabel.numberOfLines = 0;`