gpt4 book ai didi

objective-c - 从位于自定义 UITableViewCell 中的 UITextView 获取文本

转载 作者:行者123 更新时间:2023-11-29 04:24:43 25 4
gpt4 key购买 nike

我的 UITableViewController 的 UITableView 使用自定义原型(prototype) UITableViewCell 填充了四次: InfoCell *infoCell;

子类单元格包含UITextView *inputTextView;

nextButtonPressed时,我想从第一个单元格获取文本:

-(IBAction)nextButtonPressed:(id)sender {

NSString *firstCellText = ?
[dataSource objectAtIndex:dataIndex] setObject:firstCellText forKey:@"Texture"];
}

如何从UITableView中第一个infoCell中的textView获取文本?

最佳答案

既然只有一个 UITextView,为什么不将其作为 View Controller 的属性呢?当单元格最初创建并添加到单元格 View 层次结构时,它将被延迟创建。

然后,当按下下一个按钮时,您可以使用 self.inputTextView 简单地访问它。

关于objective-c - 从位于自定义 UITableViewCell 中的 UITextView 获取文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12502185/

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