Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我使用单元格选择按钮选择一个单元格时,单元格的设计会发生变化。底部有一条蓝线(可能是由于选择突出显示),圆角变为浅蓝色。
请提出解决此问题的方法。我不想要这两种效果。
尝试这样的事情:
[cell setSelectionStyle:UITableViewCellSelectionStyleNone];