Skip to content

Instantly share code, notes, and snippets.

@interface UIView (AddCorner)
/**
Add Corner without border.
@discussion It only support to add corner without border.
If with border, use `addCorner:borderWidth:borderColor:`
*/
- (void)addCorner:(CGFloat)radius;