DEV Community

Peter Witham
Peter Witham

Posted on

Revisiting Old Code with new Goals

So I decided it was time to revisit my open source iOS project. The app has been something that I work on when time permits, partly as a learning enabler but also an app I wanted to have.

Code Notes for iOS is still in the very early stages, but I wanted a place to stash all my little code snippets and learning notes.

Revisiting it now with several goals.

  • Cross-Platform support.
  • Update it to use native iOS dark and light themes rather than the custom system I built.
  • Update it to use cloud save rather than CoreData.
  • Take a look at using SwiftUI.

So with that, if you are interested in the current state of the code, you can find it on gitHub.

https://github.com/GrfxGuru/CodeNotesForiOS

Top comments (0)