Home

Awesome

SDRoundedButton :star: (discontinued & removed)

Simple Objective-C implementation of UIButton class with extra features.

alt tag

Instalation

In order to add SDRoundedButton into your project, simply drag to SDRoundedButton.h and SDRoundedButton.m to your project and import them in the class you want to use them into.

Methods

- (void)setCornerRadius:(CGFloat)cornerRadius;

- (void)setBorderWidth:(CGFloat)borderWidth;

- (void)setBorderColor:(UIColor*)borderColor;

- (void)setImage:(UIImage*)image withTintColor:(UIColor*)tintColor;

- (void)setText:(NSString*)text;

- (void)setButtonImageTintColor:(UIColor*)tintColor;

- (void)setLightHighlightedTint:(BOOL)lightTint;

Updates

- Initial commit