Skip to content

Latest commit

 

History

History
 
 

38-Project28

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Project 28 - Secret Swift

https://www.hackingwithswift.com/100/92

Includes solutions to the challenges.

Topics

Biometrics authentication, Touch ID, Face ID, iOS keychain

Challenges

From Hacking with Swift:

  1. Add a Done button as a navigation bar item that causes the app to re-lock immediately rather than waiting for the user to quit. This should only be shown when the app is unlocked.
  2. Create a password system for your app so that the Touch ID/Face ID fallback is more useful. You'll need to use an alert controller with a text field like we did in project 5, and I suggest you save the password in the keychain!
  3. Challenge 3

Screenshots

screenshot1 screenshot2 screenshot3 screenshot4