views:

506

answers:

1

Hello,

I would like to have a UITableViewCell stay lit (blue) after i call cell.selected = yes. is this possible? do i have to go another way about it (as in not cell.selected)

thanks!

A: 

Assuming you haven't specifically returned NO somehow in tableView didSelectRowAtIndexPath:indexPath, you should not need to do anything-It is the default behaviour.

Felixs