objective c - iPhone deselect row after delay -


i wondering if aware of way deselect table view after delay?

i using deselectrowatindexpath method. want highlighting show second before deselecting it.

thanks!

i able using [tableview deselectrowatindexpath:indexpath animated:yes];

another way be:

[self performselector:@selector(deselect:) withobject:self afterdelay:0.33]; 

and create method deselect calls deselectrowatindexpath


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -