ios - Setting the tint color when using form sheet modal presentation does not work on iPad -


i have uisearchbar in modal uiviewcontroller has presentationstyle set uimodalpresentationstyleformsheet.

setting tint colour on search bar obeyed on iphone. ipad still ends using app tint color. reason why happening?

  _searchbar = [[uisearchbar alloc] init];   _searchbar.tintcolor = [uicolor whitecolor]; 

why dont try appearance search bar in applicationlaunch.

[[uisearchbar appearance] settintcolor:[uicolor whitecolor]]; 

Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -