I’ve a problem with ListView selection.
I’ve a TextField drawed on ListView to permit to edit quantity But from iOS5 upgrade (when row selected) TextField results with Blue Background even if I specify red (or other color) background.
Is there a way to solve it or is a iOS5 Bug/Problem?
Thanks in advance
Now I can add ScreenShot…

I’ve solved by managing setBackGroundColor during listview selection (using UIListViewDelegate).