Skip to content

Instantly share code, notes, and snippets.

@onmyway133
Last active August 29, 2015 13:58
Show Gist options
  • Save onmyway133/9978080 to your computer and use it in GitHub Desktop.
Save onmyway133/9978080 to your computer and use it in GitHub Desktop.
NS_ENUM
typedef NS_ENUM(NSInteger, UITableViewCellStyle) {
UITableViewCellStyleDefault,
UITableViewCellStyleValue1,
UITableViewCellStyleValue2,
UITableViewCellStyleSubtitle
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment