gpt4 book ai didi

ios - 通过获取核心数据字符串来填充 UITextField

转载 作者:行者123 更新时间:2023-11-28 07:53:58 24 4
gpt4 key购买 nike

我正在尝试使用所选单元格中的数据填充 UITextField。填充表时,我使用数组 var intentionsArray: [EIntentions] = [],其中 EIntentions 是我在 Core Data 中的实体。每当我尝试将我的文本字段设置为数组中的特定索引路径值时,从 EIntentions 转换为 String 时出现错误。

基本上,我现在想做的是使用给我的 indexPath 值从 Core Data 数据库中提取特定值。我找不到可靠的方法,想知道是否有任何建议。

最佳答案

我最终使用了它,其中 selectedCellText 是我从其他 .swift 文件中提取的全局变量

let selectedCellSet = intentionsArray[indexPath.row]
selectedCellText = selectedCellSet.value(forKey: "eIntentionCell") as? String)!

关于ios - 通过获取核心数据字符串来填充 UITextField,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48852744/

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