UISearchController dimsBackgroundDuringPresentation is deprecated

Viewed 1683

I see the dimsBackgroundDuringPresentation is now deprecated in iOS SDK 12. What is the replacement of this attribute?

1 Answers

In Docs Use the

obscuresBackgroundDuringPresentation 

property instead.

Related