Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lockscreen is below status bar #71

Closed
jardakotesovec opened this issue Jul 31, 2014 · 1 comment
Closed

lockscreen is below status bar #71

jardakotesovec opened this issue Jul 31, 2014 · 1 comment

Comments

@jardakotesovec
Copy link

Just tried the latest version 3.1.4 and having problem with status bar.

If I rotate to landscape (that looks ok) and back it looks correctly - its full screen.. Same problem have on ipad and iphone. I don't do any customization.. Here is my code where I open the lock screen:

- (void)viewDidLoad
{
    [super viewDidLoad];
    NSArray * controll = self.splitViewController.viewControllers;
    self.detailViewController = (PackageDetailViewController *)  [self.splitViewController.viewControllers lastObject];

    UITapGestureRecognizer *gestureRecognizer = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(hideKeyboard)];
    gestureRecognizer.cancelsTouchesInView = NO;
    [self.tableView addGestureRecognizer:gestureRecognizer];

    if ([LTHPasscodeViewController doesPasscodeExist]) {
        // Init the singleton

        [LTHPasscodeViewController sharedUser];
        if ([LTHPasscodeViewController didPasscodeTimerEnd])
            [[LTHPasscodeViewController sharedUser] showLockScreenWithAnimation:NO withLogout:NO andLogoutTitle:nil];
    }else{
        [[LTHPasscodeViewController sharedUser] showForEnablingPasscodeInViewController:self asModal:YES];
    }

}

screenshot 2014 07 31 08 43 31

@rolandleth
Copy link
Owner

Still problems with layout on iPad, but this particular issue doesn't exist anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants