gpt4 book ai didi

ios - 如何在 UITextView 中设置选择?

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:40:46 26 4
gpt4 key购买 nike

我有一个 UITextView,它被放置在 UITableViewCell 中。要选择 UITextView 中的内容,我将使用以下代码。

[UITextView select:self];
[UITextView setSelectedRange:NSMakeRange(start,length)];

一旦加载了 UITableView,就会调用以下方法

  1. numberOfRowsInSection:(NSInteger)section
  2. cellForRowAtIndexPath:(NSIndexPath *)indexPath
  3. heightForRowAtIndexPath:(NSIndexPath *)indexPath

我的问题是,我应该将此代码放在哪里才能使 UITextView 获得焦点。

感谢您的回答。

最佳答案

您应该将代码放在viewDidAppear 方法中。首先,将目标单元格滚动到 View 中以使其可见:

scrollToRowAtIndexPath:atScrollPosition:animated:

然后,获取要将输入定向到的单元格:

cellForRowAtIndexPath:

现在将单元格转换为您的类型的单元格,捕获它的 UITextView,进行选择,最后给它焦点。

关于ios - 如何在 UITextView 中设置选择?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18612158/

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