I have setup custom UITableViewCell from code. In my cell, I have a "UITableViewCellAccessoryDisclosureIndicator". When highlighting the cell, it goes blue, and the accessory item turns white. So that's all good.
However, when tapped and a new view is pushed, the accessory item disappears. When I go back to the tableview the UITableViewCellAccessoryDisclosureIndicator is gone and tapping/holding down the finger on the same cell will not highlight it again.
It worked fine last week, but I simply cannot figure out what has prompted this issue suddenly. I can't see anything when I do an 'hg diff', so was hoping someone would direct me to a possible solution. If you need specific code, please let me know.
I have used atebits Fast Scrolling example code and done a lot of customization with it, but the basics (and highlighted BOOL) has remained the same.
PS. In my code, I have also noticed that the UITableViewCell does not stay highlighted when the new view is pushed. I have noticed that Apple's own example code, the cell is highlighted when the new view is pushed, and going back to the tableview the cell remains highlighted until the tableview is pushed all the way back into place. Any ideas here? Thx.