Hi!
I have the same. What do you mean with same series ID's.
I have two seperate collections I'm iterating over in a ForEach.
Maybe you can share a example.
Thank you!
kind regards
Post
Replies
Boosts
Views
Activity
Okay... I expressed myself a little misleadingly.
I have a static lib (objc) which itself has several framework files as dependencies.
I want to create a static lib, in Swift or Objc, that has the same functionality however I want to wrap some functions. For example, there is a Connect method in the library that connects to a device via BLE.
Here I would then like to do a database query in addition for example. Is there a way to do this?