An open API service indexing awesome lists of open source software.

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

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"