How to make cell unavailable view like in Settings app on the screen?
Just add below code in cellForRowAt indexPath:
cellForRowAt indexPath
cell.isUserInteractionEnabled = false for view in cell.subviews { view.alpha = 0.5 }