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

Does not compile on Xcode 14 beta 6. Results in build error: Undefined symbol: _MDMMotionCurveBezier

In my project, I am using Material TabbarView. I am using XCode 14 beta and seeing this warning: warning build: Run script build phase 'Create Symlinks to Header Folders' will...

https://github.com/material-components/material-components-ios/releases/tag/v124.2.0

https://github.com/Kotlin/kotlinx.coroutines/pull/3399

### Overview This PR updates the `createImageWithLayer` method in `MDCTextControlGradientManager.m` to use `UIGraphicsImageRenderer` instead of the deprecated `UIGraphicsBeginImageContext` API for rendering images from a `CALayer`. The change modernizes the codebase,...