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

Factor out interactive pan gesture to into separate subspec #22

Closed
wants to merge 1 commit into from

Conversation

ianyh
Copy link

@ianyh ianyh commented May 2, 2017

The interactive behavior relies on UIApplication, which is not accessible from extensions. This change allows for projects to import only the non-interactive components to allow for use in extensions. By default, all subspecs in a podspec are used so existing projects will remain unchanged.

The interactive behavior relies on UIApplication, which is not accessible from extensions. This change allows for projects to import only the non-interactive components to allow for use in extensions. By default, all subspecs in a podspec are used so existing projects will remain unchanged.
@devxoul
Copy link
Member

devxoul commented May 2, 2017

@ianyh, Thanks for reporting! I think it will increase the complexity unnecessarily to create a new subspec. I've made a new patch with another workaround (#23) for this. I would be glad if you could review that PR :)

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.

2 participants