featherless
|
63bb1a8c9f
|
[ProgressView] Add cornerRadius API. (#7417)
This new API enables clients to customize the corner radius of the filled portion of the progress view. Clients have requested this functionality via https://github.com/material-components/material-components-ios/issues/5429.
Example usage to create a "rounded progress pill" effect:
```objc
progressView.cornerRadius = CGRectGetHeight(progressView.bounds) / 2;
```
This feature request was requested by client team in service to their brand requirements.
This PR adds an example that demonstrates the new behavior. See the associated snapshot tests for a complete suite of screenshots of the new behavior.
## Screenshots

Closes https://github.com/material-components/material-components-ios/issues/5429
|
2019-09-16 09:58:13 -04:00 |
|