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

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -