Programming/iOS - ObjC

UITableView - cell클릭했으때 색변화

Tez.Park 2010. 12. 2. 13:47






cell.selectionStyle = UITableViewCellSelectionStyleNone;
UITableViewCellSelectionStyleNone : 클릭해도 색변화 없음
UITableViewCellSelectionStyleBlue  : 클릭시 파란색으로
UITableViewCellSelectionStyleGray  : 클릭시 회색으로

반응형