Skip to content

idevChandra6/CSButton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#CSButton Yet another button control for iOS. :) Preivew

#How to use Simple! Just use it as a regular UIButton, but add this line to your code.

[yourButton stylizeWithType:<CSButtonType>];

#Sample [buttonA stylizeWithType:CSButtonTypeAlternate];

[buttonB stylizeWithType:CSButtonTypeEmergency];

[buttonC stylizeWithType:CSButtonTypeInactive];

#Create your own CSButton styles // CSButtonTypePrimaryWhite

#define kCSButtonTypePrimaryWhiteBackgroundColor UIColorFromRGB(0xffffff)

#define kCSButtonTypePrimaryWhiteSelectedBackgroundColor UIColorFromRGB(0xbfd7e9)

#define kCSButtonTypePrimaryWhiteTextColor UIColorFromRGB(0x333333)

#define kCSButtonTypePrimaryWhiteSelectedTextColor UIColorFromRGB(0xffffff)

#define kCSButtonTypePrimaryWhiteBorderColor UIColorFromRGB(0xd0d0d0)

About

Yet another better button for iOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published