Skip to content

Instantly share code, notes, and snippets.

@tudormunteanu
Created May 7, 2012 07:43
Show Gist options
  • Select an option

  • Save tudormunteanu/2626527 to your computer and use it in GitHub Desktop.

Select an option

Save tudormunteanu/2626527 to your computer and use it in GitHub Desktop.
simple enum
typedef enum {
UIButtonTypeCustom = 0, // no button type
UIButtonTypeRoundedRect, // rounded rect, flat white button, like in address card
UIButtonTypeDetailDisclosure,
UIButtonTypeInfoLight,
UIButtonTypeInfoDark,
UIButtonTypeContactAdd,
} UIButtonType;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment