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

css - I want to align grid in center -

python - SWIG function not printing output -

oop - Function for all prototypes - Javascript -