Mansa Pratap Singh's repositories
Today-List
New ToDo List App Using Apple's native CORE DATA framework. Core Data is so powerful and useful. It is fully functional and work perfectly.
Calculator
It is basic calculator app for iOS using completely SwiftUI with Swift Programming Language.
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.