I would like to add the import/export functions to my Codename App. The way I need it, It can be done only with native code. I have that native code in Swift language from the XCode Swift-native version of my app. I would like to know if I can expose it with the @objc or @objcMembers annotations for the Swift methods. I mean, of course the generated files have to be like it is explained in Codename documentation, but I also would put Swift files in the native folder that contain the real methods (the "officially" interfaced obj-C methods call the Swift ones) Does this make sense? Thanks
-- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/495f4544-9c31-4b59-8686-e2e57cee7e31n%40googlegroups.com.
