Created
September 10, 2008 17:21
-
-
Save cappuccino/9962 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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