Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'iOSClient/Login/CCLogin.m')
-rw-r--r--iOSClient/Login/CCLogin.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/iOSClient/Login/CCLogin.m b/iOSClient/Login/CCLogin.m
index afbe9f888..9308d2e15 100644
--- a/iOSClient/Login/CCLogin.m
+++ b/iOSClient/Login/CCLogin.m
@@ -149,6 +149,9 @@
_password.hidden = YES;
self.navigationItem.leftBarButtonItem = cancelButton;
}
+
+ // Fix line shadow nav bar
+ [self.navigationController.navigationBar setValue:@(YES) forKeyPath:@"hidesShadow"];
}
- (void)viewDidAppear:(BOOL)animated