How to save the changes in your Apple app — In my previous SwiftUI related tutorial, we created a note taking app where user has an option to change app’s appearance. Although the app works fine, closing it will revert all the changes made to its default value, which includes the notes written in the TextEditor. In this tutorial, we…