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
#selector
To reproduce
pod install
There is a compiler error at:
DMSwipeCards/DMSwipeCards/Classes/DMSwipeCard.swift
Line 39 in dab78b7
Argument of '#selector' refers to instance method 'dragEvent(gesture:)' that is not exposed to Objective-C
The text was updated successfully, but these errors were encountered:
Set the pod to build to Swift 3.2 and it will compile.
Sorry, something went wrong.
Ok thanks. I guess that means this issue is more of a feature request for Swift 4 support
No branches or pull requests
To reproduce
pod install
There is a compiler error at:
DMSwipeCards/DMSwipeCards/Classes/DMSwipeCard.swift
Line 39 in dab78b7
Argument of '#selector' refers to instance method 'dragEvent(gesture:)' that is not exposed to Objective-C
The text was updated successfully, but these errors were encountered: