2012-05-21 UITableViewのセルをクリックしてもハイライトしないようにする IT UITableViewCellを以下のように設定すればいいだけ。 簡単ですな。 cell.selectionStyle = UITableViewCellSelectionStyleNone;