SKSearchController icon indicating copy to clipboard operation
SKSearchController copied to clipboard

ios14

Open coooliang opened this issue 4 years ago • 2 comments

image

coooliang avatar Sep 30 '20 02:09 coooliang

customizeCancelButton doesn't work

coooliang avatar Sep 30 '20 02:09 coooliang

if (@available(iOS 13.0, *)) {
        searchController.searchBar.overrideUserInterfaceStyle = UIUserInterfaceStyleLight;
        searchController.overrideUserInterfaceStyle = UIUserInterfaceStyleLight;
    }

coooliang avatar Sep 30 '20 03:09 coooliang