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!
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!
Assuming you haven't specifically returned NO somehow in tableView didSelectRowAtIndexPath:indexPath, you should not need to do anything-It is the default behaviour.