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

Added @objc for Swift 4 compatibility #27

Merged
merged 1 commit into from
Mar 6, 2018

Conversation

ValentinStrazdin
Copy link

I am using ExpandingMenu as Cocoa Pod in my Objective C project.
After upgrading XCode to version 9 I could not use ExpandingMenu:
There was no compatibility with Swift 4.0
All methods and properties were missing in file ExpandingMenu-Swift.h

I have found solution - adding prefixes @objc to all public methods and properties.
After that I could successfully build and run my application.

Could you please add Swift 4 compatibility to ExpandingMenu?

@monoqlo
Copy link
Owner

monoqlo commented Mar 6, 2018

Sorry to late reply😱
Thank you for your fix😊

@monoqlo monoqlo merged commit d397229 into monoqlo:master Mar 6, 2018
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.

None yet

2 participants