Sfoglia il codice sorgente

fix border search bar

Marino Faggiana 7 anni fa
parent
commit
03b159e100
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      iOSClient/Main/CCMain.m

+ 1 - 0
iOSClient/Main/CCMain.m

@@ -1875,6 +1875,7 @@
         [self.searchController.searchBar sizeToFit];
         self.searchController.searchBar.delegate = self;
         self.searchController.searchBar.backgroundColor = [NCBrandColor sharedInstance].brand;
+        self.searchController.searchBar.backgroundImage = [UIImage new];
         
         // Color Text "Cancel"
         [[UIBarButtonItem appearanceWhenContainedInInstancesOfClasses:@[[UISearchBar class]]] setTintColor:[UIColor whiteColor]];