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.
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.