gpt4 book ai didi

ios - 如何检测我点击的行是通过 Eureka 表单生成器中的 MultivaluedSection 插入的?

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

我可以成功地将 TextAreaRow 插入 MultivaluedSection 中,并且使用字符串加索引为每个 TextAreaRow 赋予唯一的名称。我希望能够在有人点击这些新插入的行之一时进行拦截,因为我想执行一些其他操作。

任何帮助将不胜感激!

标记

最佳答案

I would like to be able to intercept when someone taps on one of these newly inserted rows as I would like to perform some additional actions.

根据docs ,Eureka 有回调 onCellSelection() 其中:

Called each time the user taps on the row and it gets selected.

基本上,您需要在此回调中描述您的更改:

AnyRowYouWant { row in
// init the row
}.onCellSelection { cell, row in
// handle tap right here
}

关于ios - 如何检测我点击的行是通过 Eureka 表单生成器中的 MultivaluedSection 插入的?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51816163/

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