CPL's iOS Resources
iOS code snippets & other daily musings
Try the search, it's linked to some great forums
Saturday, October 27, 2012
Applying Constants
This is a great way to set variables throughout a file by creating a variable just below #import and;
#define
BUTTON_TYPE UIAdvancedButtonStyleGloxyGray
and then use
BUTTON TYPE
everywhere you need it.
Newer Post
Older Post
Home