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.
如何在屏幕上的“设置”应用中使单元格不可用视图?
只需在以下代码中添加cellForRowAt indexPath:
cellForRowAt indexPath
cell.isUserInteractionEnabled = false for view in cell.subviews { view.alpha = 0.5 }