JunsW / SKSearchController

A Wrap for UISearchController makes all customization super easy.
MIT License
25 stars 6 forks source link

ios14 #1

Open coooliang opened 3 years ago

coooliang commented 3 years ago

image

coooliang commented 3 years ago

customizeCancelButton doesn't work

coooliang commented 3 years ago
if (@available(iOS 13.0, *)) {
        searchController.searchBar.overrideUserInterfaceStyle = UIUserInterfaceStyleLight;
        searchController.overrideUserInterfaceStyle = UIUserInterfaceStyleLight;
    }