/UIView-RoundedCorners

Rounded corners for UIView done right.

Primary LanguageObjective-CMIT LicenseMIT

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];