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
Post a Comment