nathanfallet / ocaml

An OCaml editor, top level, and learning place for iOS, iPadOS and macOS
https://ocaml-learn-code.com
GNU General Public License v3.0
70 stars 8 forks source link

Re-implement the file management system using UIDocument #12

Closed nathanfallet closed 3 years ago

nathanfallet commented 3 years ago

Is your feature request related to a problem? Please describe. Current file management system is missing a lot of things.

Describe the solution you'd like Implementing UIDocument classes should make a better file management.

Additional context See this tutorial https://www.raywenderlich.com/1809473-uidocument-from-scratch Related to #8

nathanfallet commented 3 years ago

If #13 gets done, we can use FileDocument and DocumentGroup. See https://www.hackingwithswift.com/quick-start/swiftui/how-to-create-a-document-based-app-using-filedocument-and-documentgroup