UIActivityIndicatorView 在 tableviewcell 中播放后,UITableviewcellaccessoryview 消失
我正在解析视图中的一些数据,同时发生这种情况,我有一个 uitableviewcell,它有一个附件视图,当解析数据时,活动指示器会替换这个附件视图。
解析完成并且 ActivityIndicatorView 消失后,附件视图永远不会回来。我可以打电话让它再次出现吗?或任何其他想法?
我认为我不需要发布任何代码,但如果你需要它,我会这样做,我只是希望它是我错过的一些愚蠢的东西。
任何帮助将不胜感激:)
I am parsing some data in my view, while that is happening I have a uitableviewcell that has a accessoryview, the activityindicator replaces this accessory view while the data is being parsed.
After the parsing is done and the activityindicatorview disaapears the accessory view never comes back. Is there something I can call to get it to appear again? or any other ideas?
I don't think I need to post any code but if you need it I will do that I'm just hoping its something dumb that I have missed.
Any help would greatly appreciated :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需将
accessoryView
设置为 nil 即可。just set the
accessoryView
to nil.