Преглед изворни кода

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

Carola Nitz пре 7 година
родитељ
комит
5e08f4fec5
1 измењених фајлова са 1 додато и 0 уклоњено
  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