I have UITableViewone that contains UIImageViewand UILabel. Values for UIImageViewand UILabelare taken from the web service.
My problem is that when I look at the table, it shows an error
-[UITableViewCell _setIndexBarWidth:]: message sent to deallocated instance 0x1681c470
(only if Zombie objects are enabled) and crash. I googled, but can not find a word about this error. The error does not occur often. This may happen for a while or may not. Also, an error occurs only if the Internet is available. In offline mode, everything is working fine. I am using Xcode 5 with ARC.
Thanks...
source
share