-
Notifications
You must be signed in to change notification settings - Fork 46
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
present full screen iOS 13 #16
Comments
Hello! You need in AppLocker file find 247 row and insert this: For me is working :) |
that presentFullScreen resolved it's not coming on the simulator on real device it's working fine. I saw you used Square Valet but I didn't see you implement on code, you store Passcode on the userdefaults only |
ок) |
is it any possibility to get the passcode, bcz you used privately to set and get the passcode. my scenario if the user not saved passcode I need to set up as an create mode, else I need to set validate mode. |
i need to present applocker fullscreen i add some codes on
class func present(with mode: ALMode, and config: ALAppearance? = nil) {
but still, it's not coming with fullscreen also I changed in xib
PresentationStyle = .fullScreen
The text was updated successfully, but these errors were encountered: