Explorar el Código

UISearchBar: Fix wrong barbutton color on searchbar from blue to white

Carola Nitz hace 7 años
padre
commit
5e08f4fec5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Sources/VLCAppDelegate.m

+ 1 - 0
Sources/VLCAppDelegate.m

@@ -219,6 +219,7 @@ NSString *const VLCDropboxSessionWasAuthorized = @"VLCDropboxSessionWasAuthorize
     [[UITableView appearance] setTintColor:vlcOrange];
     [[UISwitch appearance] setOnTintColor:vlcOrange];
     [[UISearchBar appearance] setBarTintColor:vlcOrange];
+    [[UISearchBar appearance] setTintColor:[UIColor whiteColor]];
 }
 
 - (void)dealloc