-
Notifications
You must be signed in to change notification settings - Fork 90
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
I cannot get the delegate methods to work on Swift #5
Comments
It is supposed to work on Swift with cocoapods' |
Found the solution! you just have to change the name of the delegate methods, for example instead of naming the method: change it to: |
Hey moyoteg, that's great, thanks for what you have found. Actually the original names did not conform to Apple's naming conventions, though it works fine in obj-c. I've changed all protocol methods' names to start with lowercases and now it works in swift! Fixed in 0.3.5 a733555 |
Thank you! |
No description provided.
The text was updated successfully, but these errors were encountered: