objectbox / objectbox-swift

Swift database - fast, simple and lightweight (iOS, macOS)
https://swift.objectbox.io
Apache License 2.0
452 stars 30 forks source link

SwiftUI-based example app #20

Open uli-objectbox opened 5 years ago

uli-objectbox commented 5 years ago

Would be neat to have an example for ObjectBox that uses SwiftUI. Could share some code with the existing Example.

JuanFcoMiranda commented 4 years ago

I'm recreating the example project using SwiftUI. It's almost done but not complete yet.

JuanFcoMiranda commented 4 years ago

Hi, I have already finished the SwiftUI version. Here is the code:

https://github.com/Zpecter/NotesExample

greenrobot commented 3 years ago

I guess this is ObjectBox 1.4.0 based? It should work with 1.4.1 with minimal adjustments (import Foundation where missing), I'd assume.

Do you want to contribute this? I'd check for a CLA then to ensure licensing terms are working for both sides.