Replace a deprecated property
This commit is contained in:
parent
7a3039570a
commit
82cc4f9fea
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue