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?
Topic:
Programming Languages
SubTopic:
Swift
Tags: