C.Johns
C.Johns

Reputation: 10245

UITableviewcell accessoryview disaapears after UIActivityIndicatorView plays in tableviewcell

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 :)

Upvotes: 1

Views: 290

Answers (1)

Marcelo Alves
Marcelo Alves

Reputation: 1846

just set the accessoryView to nil.

Upvotes: 2

Related Questions