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

Fix delegate splitter #16

Merged
merged 2 commits into from
Apr 4, 2015
Merged

Fix delegate splitter #16

merged 2 commits into from
Apr 4, 2015

Conversation

bryankeller
Copy link
Owner

Fixes #15 and #13

bryankeller added a commit that referenced this pull request Apr 4, 2015
@bryankeller bryankeller merged commit ec5f152 into master Apr 4, 2015
@bryankeller bryankeller deleted the fix-delegate-splitter branch April 4, 2015 05:34
@KittenYang
Copy link

@bryankeller Hi,this workaround works correctly in Objective-C project, as - (void)forwardInvocation:(NSInvocation *)anInvocation OBJC_SWIFT_UNAVAILABLE(""); and - (NSMethodSignature *)methodSignatureForSelector:(SEL)aSelector OBJC_SWIFT_UNAVAILABLE(""); are only AVAILABLE in OC,so how to fix the issue in Swift?Do you have any advice?

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.

Delegate splitter does not work
2 participants