Edit New issue iPad 搜索样式优化, 不隐藏Navigation #20

This commit is contained in:
life
2015-11-06 09:55:57 +08:00
parent 4f889e637e
commit c1b1cda1a4
6 changed files with 174 additions and 73 deletions

View File

@@ -108,7 +108,7 @@ NSString const *key = @"isSelectOnSearchKey";
-(void)setBarStyle
{
if(self.isSelectOnSearch) {
if(self.isSelectOnSearch && !IS_IPAD) {
[self setBarStyleBlack];
}
else {