How to remove the cell selection style color when once again showing the table view in iphone?
Posted
by Warrior
on Stack Overflow
See other posts from Stack Overflow
or by Warrior
Published on 2010-05-05T15:46:06Z
Indexed on
2010/05/06
8:18 UTC
Read the original article
Hit count: 142
iphone
|uitableviewcell
I am new to iphone development.I created a table displaying my contents.If i select a row ,it state is highlighted in blue color and navigates to another view and if i click the back button it navigates back to the table showing the clicked cell in blue color,i want to remove the highlighted color on table while navigating back to its view.How can i do that. Thanks.
© Stack Overflow or respective owner