Skip to content

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

Notifications You must be signed in to change notification settings

sebyddd/SDRoundedButton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SDRoundedButton ⭐ (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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published