TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | BSD |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
Lasagna Cookies is a set of UI element inspired by Jeffrey Jorgensen
It's really easy to use even if you're a beginner in Objective-C.
It has beautiful graphics for retina display.
Start by drag and drop the folder classes.
Use it with Interface Builder :
Create an Button in Interface Builder and change the class to LCButton :
You can set the target and selector with Interface Builder just like you do with an UIButton.
You can change the color for one button with:
button.mainColor = [UIColor colorWithHexa:0x3CB5B5];
You can change default radius like this
button.layer.cornerRadius = 5;
You can change the theme by adding the following line to your Appdelegate
[LCManager setLCThemeColor:0x3CB5B5];