Since we are using a custom background image throughout our tvOS app, I need the UISearchController to not blur the background. Apparently the dimsBackgroundDuringPresentation
flag is not available on UISearchController
under tvOS. Is there any other way to get rid of it?
Set the obscuresBackgroundDuringPresentation
flag.
UISearchController *searchController;
searchController.obscuresBackgroundDuringPresentation = NO;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With