I am implementing my custom table view controller. The issue I am facing is that when i select a particular cell in my table, the color of the cell does not changes and after i return back to this page, it does not show the selection user made earlier. Aslo, my scrollbar is not getting flashed for the first time. Any clue what is missing in my code?
Share
You would have put this line somewhere in your
cellForRowAtIndexPathPlease either remove this or do it like:
or