mansapratap / UserDefault

A ToDo List App using simply native user defaults. User Defaults is very useful tool in iOS Xcode. You can store some basic data such as Default volume or Login Credentials so that you don't have to login every time in Facebook App or WhatsApp. But it sure has some limitations, you can not store object data and so you can not mark the tasks as completed in this particular app. For that I have Created another App using Core Data and Property List Encoder which is fully functional as it should be.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

A ToDo List App using simply native user defaults. User Defaults is very useful tool in iOS Xcode. You can store some basic data such as Default volume or Login Credentials so that you don't have to login every time in Facebook App or WhatsApp. But it sure has some limitations, you can not store object data and so you can not mark the tasks as completed in this particular app. For that I have Created another App using Core Data and Property List Encoder which is fully functional as it should be.


Languages

Language:Swift 100.0%