如何让 UITableView 变灰?

How to gray out UITableView?

我正在 Swift 开始 iPhone 开发。我想在 UISearchBar 中进行编辑时使 UITableView 'gray out' 处于活动状态。例如查看 'f b messenger' iOS 应用程序。我们可以为此做很多事情,例如更改 alpha 值或将背景颜色更改为灰色,我正在寻找一种可靠的方法。任何意见和建议表示赞赏。谢谢。

也许你需要:

searchController.dimsBackgroundDuringPresentation = false;