开发者

iOS: tableviewcell question [duplicate]

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜