TableView 问题…带有指示器的视图..在特定行

发布于 2024-10-25 07:27:41 字数 522 浏览 1 评论 0原文

几个小时前,我确实问了这个问题..我的问题得到了解决..

TableView 问题...如何知道行号

现在在这个问题中我想添加这个..

我在做什么

我正在制作一个项目,我在其中使用表视图。在该 tableView 中删除该行后,该行上应显示一个新视图,其中包含活动指示器和标签...并且标签显示...行已删除..

我的问题

我再次陷入困境问题是,当我按下按钮时......我按下的特定行的按钮......该按钮隐藏在该行中,但视图和活动指示器再次可以在最后一行中看到......每次

我都尝试在隐藏按钮的过程中成功尝试过的相同操作...这是我在上面给出的链接中给出的最后一个问题的答案..但是它给了我一个错误..

现在该怎么办?

Few hours ago I did ask this Question ..And my problem got solved..

The TableView problem...How to know the row number

Now in this question I want to add this..

what I am doing

I am making a project in which I am using a tableView. In that tableView After deleting the row A new view should be shown on that row with activity indicator and a label...and label shows...row deleted..

My Problem

Again I am stuck with the problem that is when I press the button ..the button of the particular row that I have pressed...the button is getting hidden in that row but the view and the activity indicator is again can be seen in the last row...EVERY TIME

I tried the same thing that I did successfully tried in the procedure of hiding button...which is the answer of the last question I have given the link above..However it is giving me an error..

what to do now?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

把回忆走一遍 2024-11-01 07:27:41

这是获取单元格的代码:

UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];

Here is the code to get the cell:

UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文