I created a custom cell for my table view and for the most part everything seems to be working fine, but when I select one of the rows (which takes me to another UIView), then come back from the subsequent view via the nav controller, the cell is still selected. If I select a new cell, it works, but then that one is highlighted when I come back.
Has anyone run into this before? Any ideas what could be going wrong?
Has anyone run into this before? Any ideas what could be going wrong?