-
Notifications
You must be signed in to change notification settings - Fork 90
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
how i should integrate with objective c #11
Comments
I've not tested the library in Objective-C. The issue is that the swift structures are not supported in Objective-C. In your case, you should have a class and the Reaction struct that conform to the same protocol. |
But is it possible use this lib in an objective C project? |
i tried it @higutesanjr but i don't get the solution for that..! i used my custom creations. |
Thanks for your attention!
2017-06-22 9:01 GMT-03:00 HariNarayanan777 <[email protected]>:
… i tried it @higutesanjr <https://github.com/higutesanjr> but i don't get
the solution for that..! i used my custom creations.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKNKb1Tfhjr45fljK2zFomv1Z_APY4uuks5sGleagaJpZM4Nf0bu>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have tried so many types to assign the reaction values in objective c , bridging the file and so on, can you please tell how to integrate into objective c finally we triggered only define the class for that uiview and getting outlet of that uiview (ReactionSummary, ReactionSelector, ReactionButton)
and we can not able to delegate the method of "ReactionFeedbackDelegate" ,,,
Please tell if you done this...!! and explain it..
Thank you! !!!!!
The text was updated successfully, but these errors were encountered: