gpt4 book ai didi

iphone - 以编程方式将一些文本分配给 UITextView 中的特定行

转载 作者:行者123 更新时间:2023-11-28 18:13:39 25 4
gpt4 key购买 nike

我以编程方式创建了一个 UITextView 实例。我想以编程方式将一些文本分配给 UITextView 中的特定行。这是我创建 UITextView 的代码。

UITextView *textView =[[UITextView alloc]init];
textView.frame=CGRectMake(0,0,282,210);
[textView setReturnKeyType:UIReturnKeyDone];
[self.view addSubview:textView];

例如,我想向特定行添加一些文本(在第 5 行的末尾)。

如何以编程方式做到这一点?

最佳答案

UITextView *textView =[[UITextView alloc]init];
textView.frame=CGRectMake(0,0,282,210);
textView.text = @"xxxxxx";

...

关于iphone - 以编程方式将一些文本分配给 UITextView 中的特定行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10450337/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com