Skip to content

Instantly share code, notes, and snippets.

@srkirkland
Created July 20, 2014 23:02
Show Gist options
  • Save srkirkland/fe6a48f5957fe0168769 to your computer and use it in GitHub Desktop.
Save srkirkland/fe6a48f5957fe0168769 to your computer and use it in GitHub Desktop.
cell with custom style
[Export("initWithStyle:reuseIdentifier:")]
public MyCustomCell(UITableViewCellStyle style, NSString cellIdentifier)
: base(SomeConstantValue, UITableViewCellStyle.Value1, cellIdentifier)
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment