I have added custom section header for Plain UITableView in my app. While scrolling my cells goes behind section header. I want section header to be displayed on screen till section doesn't change. Till now my app works as per my requirement.
What I want is , when table cell goes behind my section header , I want to change the background color of the section header & change the text color of section title, so that user can clearly see the cells contents.
How can I implement above functionality ? Any kind of help is highly appreciated.Thanks.