English 中文(简体)
如果这些单元不明显,想要利用指数获得电池,那么如何处理这些单元?
原标题:How to deal with Custom Cells when these are not visible and want to get the cell using indexPath?

盖伊斯,我没有找到一个干净的简单解决办法,解决以下问题。 我发表一份可贵的意见,即使用我所执行的“UIText FieldCustomCell”。

该表有几行,这要求用户在每间囚室放下一个入口值,其中包括一台自动交换器和一个通用电子数据处理场。

用户每次改变UIText的价值 在现场,使用单元索引Path.row财产向NSDictionary通知并储存价值,以便确定该单元需要储存价值的关键所在。

The problem is if the user keep focus on a cell and then scrolls up or down (removing the cell from the view) makes me unable to get the indexPath for the cell, since it s not visible.

因此,我无法储存价值,因为我不知道价值来自哪里。

Have anyone run through this issue before?. It seems to be a common design between iPhone applications, does anyone have an idea if is this a good implementation or not?

感谢!

最佳回答

我假设你重新观测<代码>text FieldDidEndEditing:。 你们是否说不开枪,或者说它正在开枪,但是它已经不再出现在任何牢房中(可能是因为它在被拆除的过程中被击退)。

假设后一种情况,我的做法是使用<代码>tTag: on the UIText Field,以便于跟踪其指数。 这将节省你们在囚室周围的狩猎,即使他们身边。

问题回答

暂无回答




相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签