开发者

iOS: tableviewcell question [duplicate]

开发者 https://www.devze.com 2023-03-06 06:17 出处:网络
This question already has answers here: Closed 11 years ago. Possible Duplicate: How can I disable the UITableView 开发者_Go百科selection highlighting?
This question already has answers here: Closed 11 years ago.

Possible Duplicate:

How can I disable the UITableView 开发者_Go百科selection highlighting?

I am programatically making the way my cell look.

When I click on the cell however, the table is highlighted. How do I disable this?


Set the selectionStyle property:

cell.selectionStyle = UITableViewCellSelectionStyleNone;
0

精彩评论

暂无评论...
验证码 换一张
取 消