CPL's iOS Resources
iOS code snippets & other daily musings
Pages
(Move to ...)
iPhone Tricks n Treats
My Portfolio
Edible Monterey Bay Farmers' Markets
Panoramic Pictures
Virtual Eye for the Sailing Guy
Panoramio Widgets
Tutorial Central
Map Kit
Blog
▼
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.
‹
›
Home
View web version