Skip to content

Commit

Permalink
Better README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmosgenius committed Nov 23, 2023
1 parent f7d5c6e commit 8f8bde5
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,33 @@
# iosSecureFieldv1
# iOSSecureFieldv1

This project demonstrates the use of SwiftUI's SecureField component for handling sensitive information input, such as passwords, in a simple mock application.

## Description

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.

## Usage

To use this project, follow these steps:

1. Clone the repository:

```bash
git clone https://github.com/appknox/iosSecureFieldv1.git
2. Open the project in Xcode.
3. Navigate through the screens to observe SecureField usage and the handling of sensitive information.

## Compatibility
- **SwiftUI Version**: Compatible with SwiftUI on iOS 13 and later.

## Contributions
This project is a mock showcase and is not open for public contribution.

## License
This project is licensed under the [MIT License](LICENSE).

0 comments on commit 8f8bde5

Please sign in to comment.