UITableViewCell テーブルで セルを選んだ時にグレーのハイライトにする

2012/03/23  カテゴリー:未分類    タグ:タグ:



- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath の中で cell.selectionStyle = UITableViewCellSelectionStyleGray ; を指定


- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
の中で
cell.selectionStyle = UITableViewCellSelectionStyleGray ;
を指定

Share on Google+Tweet about this on TwitterShare on Facebook