https://github.com/tsif/dtroundedview
A UIView subclass where you can round individual corners separately
https://github.com/tsif/dtroundedview
Last synced: 5 months ago
JSON representation
A UIView subclass where you can round individual corners separately
- Host: GitHub
- URL: https://github.com/tsif/dtroundedview
- Owner: tsif
- License: mit
- Created: 2014-02-18T14:23:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-19T07:27:58.000Z (over 12 years ago)
- Last Synced: 2025-02-06T06:22:27.915Z (over 1 year ago)
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DTRoundedView
=============
A UIView subclass where you can round individual corners separately
## Example usage
```no-highlight
DTRoundedView *roundedview = [[DTRoundedView alloc] initWithFrame:(CGRect){{100.0f, 100.0f}, {100.0f, 100.0f}}];
roundedview.fillColour = [UIColor redColor];
roundedview.corners = DTCornerTopRight|DTCornerBottomLeft;
roundedview.radius = 10.0f;
```
## Authors
* [@tsif][tsif]
## Release History
## License
Licensed under the [MIT License](LICENSE-MIT)
[tsif]: https://github.com/thanpolas "tsif"