Component - Biometric authentication (Face ID, Touch ID)
This component allows users to log in using their face or fingerprint. It uses the device's built-in biometric sensors to check identity quickly and securely.
This component allows users to log in using their face or fingerprint. It uses the device's built-in biometric sensors to check identity quickly and securely.
UIViewController ├── UIView (main view) │ ├── UILabel (instruction text) │ └── UIButton (Authenticate) └── UIAlertController (for error or success messages)