mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
* Fixed float conversion build errors Implicit conversion loses floating-point precision: 'double' to 'CGFloat' (aka 'float') Found by turning on warnings via: https://github.com/material-components/material-components-ios/pull/2480 * More Fixed float conversion build errors Implicit conversion loses floating-point precision: 'double' to 'CGFloat' (aka 'float') Found by turning on warnings via: https://github.com/material-components/material-components-ios/pull/2480