GitHub - UIPower/SDRoundedButton: Simple Objective-C implementation of UIButton class with extra features. · GitHub
Skip to content

UIPower/SDRoundedButton

 
 

Folders and files

Repository files navigation

SDRoundedButton ⭐

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors