Skip to content
New issue

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

Callbcaks as func pointer #6

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

fmrico
Copy link

@fmrico fmrico commented Sep 27, 2019

Hi @esteve,

We have been developing in Swift, and we found that Blocks in Objective-c are not working with swift closures. We found that using function pointers instead of blocks solves the problem.

This PR changes blocks to function pointers for callbacks.

Hope you find interesting ;)

Best
Paco

Francisco Martin Rico added 5 commits September 25, 2019 08:46
Signed-off-by: Francisco Martin Rico <[email protected]>
Signed-off-by: Francisco Martin Rico <[email protected]>
Signed-off-by: Francisco Martin Rico <[email protected]>
Signed-off-by: Francisco Martin Rico <[email protected]>
Signed-off-by: Francisco Martin Rico <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant