Skip to content

Instantly share code, notes, and snippets.

@holysin
Created May 12, 2014 08:20
Show Gist options
  • Save holysin/c2d84678a1840fcc3e98 to your computer and use it in GitHub Desktop.
Save holysin/c2d84678a1840fcc3e98 to your computer and use it in GitHub Desktop.
Cocoa NS_NUM
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