This project demonstrates the use of SwiftUI's SecureField component for handling sensitive information input, such as passwords, in a simple mock application.
The application includes three screens:
- Username/Password: Allows users to input a username and password, then displays the submitted information securely.
- Email/Pin: Similar to Username/Password but designed for a different use case (e.g., email and PIN).
- Phone Number: Enables users to input a phone number, displaying the submitted data securely.
This project aims to showcase the SecureField component's functionality in SwiftUI for handling sensitive information securely.
To use this project, follow these steps:
-
Clone the repository:
git clone https://github.com/appknox/iosSecureFieldv1.git
-
Open the project in Xcode.
-
Navigate through the screens to observe SecureField usage and the handling of sensitive information.
- SwiftUI Version: Compatible with SwiftUI on iOS 13 and later.
This project is a mock showcase and is not open for public contribution.
This project is licensed under the MIT License.