Closed alexlee002 closed 2 years ago
You can't The only way to dynamically set values is by using the setValue method on an NSObject. So the base class must be an NSObject and Structs can't have NSObject as its base class. It's even better to use EVObject as the base class because that has some helper functions.
How can I use it with a swift Struct object?