You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In objective c project I import this library using pod. There are these errors in integrating it with :
"Cannot find protocol declaration for 'PhotoEditorDelegate'" when I add PhotoEditorDelegate in my ViewController.
"Property 'photoEditorDelegate' not found on object of type 'PhotoEditorViewController *'" at line : _photoEditor.photoEditorDelegate = self;
How can I properly integrate and use the library in objective c project?
Thanks and regards.
The text was updated successfully, but these errors were encountered:
In objective c project I import this library using pod. There are these errors in integrating it with :
How can I properly integrate and use the library in objective c project?
Thanks and regards.
The text was updated successfully, but these errors were encountered: