Replace a deprecated property

This commit is contained in:
woxtu 2022-11-15 00:36:50 +09:00
parent 7a3039570a
commit 82cc4f9fea
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ final class SearchDetailViewController: PageboyViewController, NeedsDependency {
let searchController: CustomSearchController = {
let searchController = CustomSearchController()
searchController.automaticallyShowsScopeBar = false
searchController.dimsBackgroundDuringPresentation = false
searchController.obscuresBackgroundDuringPresentation = false
return searchController
}()
private(set) lazy var searchBar: UISearchBar = {