We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The method emit is not accessible in swift because it is a variadic method.
I had a accessible socket class through a bridging header and every method was accessible except for emit.
I also tried a solution from Stack, http://stackoverflow.com/questions/24195796/how-do-you-call-an-objective-c-variadic-method-from-swift but i didn't got it to work.
A possible workaround would be a method with a NSArray as argument like this:
This is the call in swift:
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
The method emit is not accessible in swift because it is a variadic method.
I had a accessible socket class through a bridging header and every method was accessible except for emit.
I also tried a solution from Stack, http://stackoverflow.com/questions/24195796/how-do-you-call-an-objective-c-variadic-method-from-swift but i didn't got it to work.
A possible workaround would be a method with a NSArray as argument like this:
This is the call in swift:
The text was updated successfully, but these errors were encountered: