mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
`MDCShapedView` has properties to configure the elevation and shape generator but no properties to configure the border color/width. In order to do so, one must cast the view’s layer to `MDCShapedShadowLayer` and set its border color/width. (There is also no property exposing the underlying `MDCShapedShadowLayer`.) PiperOrigin-RevId: 351710014