-
Notifications
You must be signed in to change notification settings - Fork 677
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
Objective C support ? #97
Comments
Hey @chlebta, right now, we don't intend to support Objective-C out-of-the-box as it adds some restriction to how we implement things. But you could try something like this; https://github.com/hyperoslo/Whisper/wiki/Using-Whisper-in-Objective-C Don't know if that will work for delegates but I hope it will, let us know how it goes. |
@chlebta i've made a fork that supports that |
@ItamarM as I can see, the only difference with master repo is addition of |
@Richardoti 👍 looking forward. |
@ItamarM Thank you. |
Hey guys, we prefer to not have Hope you guys understand and can live with the workaround that you guys have to do to make it work. Hope you guys understand our position on this and thanks for supporting |
sure thing @zenangst |
Hi @ItamarM , |
@manupeco, to install forked version, just specify other git repository in the podfile: pod 'ImagePicker', :git => 'https://github.com/ItamarM/ImagePicker.git' |
Thanks a lot @Richardoti |
Possible to update this fork to 1.3.0? ;) |
Does this library work with objectiveC project and how to integrate it ?
Also
ImagePickerDelegate
is not visible to objectiveC classThe text was updated successfully, but these errors were encountered: