juneadkhan/GPACalculator

Implement Persistent Data

Closed this issue · 1 comments

Currently, the application does not allow for Data Persistence for the Class information. This could be implemented via CoreData, the Realm Framework for Swift or other data storage solutions.

Used UserDefaults as a means to save data. JSON Encoding/Decoding.