gpt4 book ai didi

ios - 从 TableView 中检索值

转载 作者:行者123 更新时间:2023-11-30 12:51:20 25 4
gpt4 key购买 nike

Screenshot

我想在点击提交按钮时从 TableView 检索 amount.text

我尝试了我所知道的一切,但仍然无法检索amount.text

有人可以给我建议或解决方案吗?

最佳答案

您创建一个 NSDictionary,并保存所有类型及其计数。创建此实例变量,以便您可以轻松访问它。然后根据indexPath.row,您将获得每个对象及其计数。

{
{
type = Apple
count = 0
},
{
type = Orange
count = 0

},
{
type = Lemon
count = 0

},
{
type = Pineapple
count = 0

},
{
type = Grape
count = 0

}

}

您必须保留这种形式的数据,然后就可以轻松获取单击的每一行的每个字典及其计数。然后你就可以得到你想要的一切。

关于ios - 从 TableView 中检索值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40917230/

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