GitHub - balexander42/UIView-RoundedCorners: Rounded corners for UIView done right. · GitHub
Skip to content

balexander42/UIView-RoundedCorners

Folders and files

Repository files navigation

UIView+RoundedCorners Category
by Warren Moore

Usage:
/* Round all corners */
[aView setRoundedCorners:UIViewRoundedCornerAll radius:8.0];
/* Round both left corners */
[aView setRoundedCorners:UIViewRoundedCornerUpperLeft | UIViewRoundedCornerLowerLeft radius:8.0];



About

Rounded corners for UIView done right.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors