こんにちは、ここで1つのアプリケーションを実行しています。いくつかのeditextsとボタンを表示する必要があります。誰もが私を救うことができるアイデアplsを持っていません...ありがとう
in iphone using below code they added subview:
UIView *myview=[[UIView alloc] initWithFrame: CGRectMake(0, 0,320,480)];
myview.backgroundColor=[UIColor redColor];
[[[CCDirector sharedDirector] openGLView] addSubview:myview];
[myview release];