KeychainDemo
A schematic demo of working with the main Keychain methods!
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.