Since we use a custom background image throughout our tvOS application, I need a UISearchController so as not to blur the background. Apparently, the flag is dimsBackgroundDuringPresentationnot available UISearchControllerunder tvOS. Is there any other way to get rid of it?
dimsBackgroundDuringPresentation
UISearchController
Set the flag obscuresBackgroundDuringPresentation.
obscuresBackgroundDuringPresentation
UISearchController *searchController; searchController.obscuresBackgroundDuringPresentation = NO;
Source: https://habr.com/ru/post/1611311/More articles:Образец нулевого объекта с ярко выраженными отношениями - phpAndroid: The resource was received when the stack trace was connected, but was not released. See Java.io.Closeable for information on avoiding resource leaks - javaInstall ZOPE2 without assembly - zopehttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1611309/how-to-get-jtable-checkbox-cells-to-update-with-exterior-select-all-button-mnemonic&usg=ALkJrhj43ggPpE-j1UZMQQbjgW4stMPK5QHow to make only one checkbox that can be selected in the JTable column - javaFacebook share button on iOS 9 opens browser instead of Facebook’s own application - iosПочему допускается только контравариантность входных параметров метода в соответствии с принципом замещения Лискова? - methodsJava 8 Stream "collect and group by" objects that map to multiple keys - java-8Django slug and id as URL redirection - pythonОтображение имени подкаталога в URL-адресе в Yii2 для статических страниц - yii2All Articles