我以方案方式创立了<代码>UITextView。 我愿在以下具体领域增加一些案文:<代码>UITextView。 我的法典是<编码>UITextView。
UITextView *textView =[[UITextView alloc]init];
textView.frame=CGRectMake(0,0,282,210);
[textView setReturnKeyType:UIReturnKeyDone];
[self.view addSubview:textView];
For example I want to add some text to particular Area CGRectMake(260,190,20,20)
.
Then add this text to UITextView
.
Programmatically, please any one guide me, how is it possible to do this?