I have created a UITableView and would like a specific UITableViewCell to appear selected (blue) when the view is loaded.
UITableView
UITableViewCell
Use the UITableViewCell method
- (void)setSelected:(BOOL)selected animated:(BOOL)animated
Info here.