Home > front end >  How to implement screen lock in swift?
How to implement screen lock in swift?

Time:11-01

I am trying to implement app lock on my iOS app written with swift 5 and using storyboard to create UI. I need to implement feature such that when user enables screen lock in settings of my app , the app lock activates and without biometrics success user cannot view app content , else app should work normally.

I have already implemented the authentication code using the following enter image description here

enter image description here

source

  • Related