Skip to content

Instantly share code, notes, and snippets.

@cappuccino
Created September 10, 2008 17:21
Show Gist options
  • Save cappuccino/9962 to your computer and use it in GitHub Desktop.
Save cappuccino/9962 to your computer and use it in GitHub Desktop.
var embed = [[ReadOnlyTextField alloc] initWithFrame:CGRectMake(90, 50, 236, 20)];
[embed setFont:[CPFont systemFontOfSize:12.0]];
[embed setBordered:YES];
[embed setBezeled:YES];
[embed setBezelStyle:CPTextFieldSquareBezel];
[embed setEditable:YES];
[embed setStringValue: "theIframeCode"];
[_embedCode addSubview: embed];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment