Closed zyn666 closed 1 year ago
What's an OC project?
If you mean Objective-C, then no, we do not provide an Objective-C interface. You would have to write your own bridge.
If you mean Objective-C, then no, we do not provide an Objective-C interface. You would have to write your own bridge.
I use it in a swift file ,but failed。I can only use it in the controller to make it work
I use FileToolSwift in an Objective-C file,but failed
Could you provide some more information on what you mean when you say that it failed?
can not enter delegate method
but I use “uploadMultiple” method success in a VIewcontroller
through FileToolSwift file to use “uploadMultiple” will failed
Are you getting any messages in the console about what failed? I've read other issues where Objective-C doesn't seem to play nice with the delegate so I'm wondering whether it's the same issue.
If you have a sample project I can check out and look at that would be amazing...
Closing this issue due to inactivity. Feel free to leave a comment if you want to continue the discussion :)
Can I use it in an OC project