https://github.com/diggosilva/authenticationuserdefaults
Application written in swift for the purpose of studying userdefaults
https://github.com/diggosilva/authenticationuserdefaults
ios swift userdefaults xcode
Last synced: about 1 year ago
JSON representation
Application written in swift for the purpose of studying userdefaults
- Host: GitHub
- URL: https://github.com/diggosilva/authenticationuserdefaults
- Owner: diggosilva
- Created: 2025-02-14T11:26:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-26T12:47:15.000Z (about 1 year ago)
- Last Synced: 2025-02-26T13:42:34.995Z (about 1 year ago)
- Topics: ios, swift, userdefaults, xcode
- Language: Swift
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AuthenticationUserdefaults
A Application written in swift for the purpose of studying userdefaults.
## Contents
- [Features](#features)
- [Requirements](#requirements)
- [Functionalities](#functionalities)
- [Setup](#setup)
## Features
- View Code (UIKit)
- Login & Logout with UserDefaults
- Authentication User
- User Management
## Requirements
- iOS 17.0 or later
- Xcode 15.0 or later
- Swift 5.0 or later
## Functionalities
- [x] Create user (stores data in UserDefaults)
- [x] Log in with stored credentials
- [x] Log out and clear user data
- [x] Delete user from UserDefaults
## Setup
First of all download and install Xcode, and then clone the repository:
```sh
$ git@github.com:diggosilva/AuthenticationUserdefaults.git
```
After cloning, do the following:
```sh
$ cd /AuthenticationUserdefaults/
$ open AuthenticationUserdefaults.xcodeproj/
```