2013-12-12 46 views

回答

1
UITextView *textView = [[UITextView alloc] initWithFrame:CGRectMake(0,0, windowSize.height/2,windowSize.width/2)]; 
textView.text = @"your text here"; 
[textView setEditable:NO]; 
[[[CCDirector sharedDirector]view]addSubview:textView]; 

試試這個