mirror of
https://github.com/leanote/leanote-ios.git
synced 2025-10-17 00:24:09 +00:00
Edit New issue iPad 搜索样式优化, 不隐藏Navigation #20
This commit is contained in:
@@ -108,7 +108,7 @@ NSString const *key = @"isSelectOnSearchKey";
|
||||
|
||||
-(void)setBarStyle
|
||||
{
|
||||
if(self.isSelectOnSearch) {
|
||||
if(self.isSelectOnSearch && !IS_IPAD) {
|
||||
[self setBarStyleBlack];
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user