Merge pull request #587 from woxtu/dims-background
Replace a deprecated property
This commit is contained in:
commit
df5099dd30
|
@ -60,7 +60,7 @@ final class SearchDetailViewController: PageboyViewController, NeedsDependency {
|
||||||
let searchController: CustomSearchController = {
|
let searchController: CustomSearchController = {
|
||||||
let searchController = CustomSearchController()
|
let searchController = CustomSearchController()
|
||||||
searchController.automaticallyShowsScopeBar = false
|
searchController.automaticallyShowsScopeBar = false
|
||||||
searchController.dimsBackgroundDuringPresentation = false
|
searchController.obscuresBackgroundDuringPresentation = false
|
||||||
return searchController
|
return searchController
|
||||||
}()
|
}()
|
||||||
private(set) lazy var searchBar: UISearchBar = {
|
private(set) lazy var searchBar: UISearchBar = {
|
||||||
|
|
Loading…
Reference in New Issue