Any examples using DA with Xcode 11 and SwiftUI?

Are there any examples anywhere, just something simple, showing an IOS app connecting to a Data Abstract server using Xcode 11 and the new SwiftUI to show a list of data.

I would like to see just a SwiftUI list view. Not UITableView. Already have that. Have working in Xcode 11 with UITableView but the new SwiftUI makes it so much easier to build great lists and forms.

Right now my app keeps dying every time I connect to a Delphi DA server and I am not sure what the actual cause is. Probably just something I am missing.

Many thanks ahead of time.

Bill Brittain

As far as the DA side is concerned, this should really work the same way. the data you download is, in the end, just an (NS)Array of rows, which you can present in SwiftUI like two would any other array.

We don’t have any example apps based on SwiftUI at this stage, because essentially SwiftUI is beta, bit DA is not specific to the UI presentation layer, so it will work with any display model, be it UIKit, SwiftUI or else.