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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是获取单元格的代码:
Here is the code to get the cell: