Implement Persistent Data
Closed this issue · 1 comments
juneadkhan commented
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.
juneadkhan commented
Used UserDefaults as a means to save data. JSON Encoding/Decoding.