KeychainDemo

A schematic demo of working with the main Keychain methods!

Simulator Screenshot - iPhone 14 Pro - 2023-08-17 at 18 51 58

During this project I learned:

  • Keychain;
  • How to add and update user-password dictionary from Keychain services API;
  • How to validate email and password;
  • How to retrieve the password by key Keychain dictionary;
  • Pros and cons of closure decloration from UI;
  • How to configure button with UIButton.configuration;
  • Convenience of stackviews;
  • How to use private lazy to avoid crashes;
  • How to organize my code properly.

GitHub

View Github