bevy / photo-editor

Photo editor with a lot of cool features
MIT License
882 stars 336 forks source link

Can not use library in objective c project. #90

Open Rjklsi opened 4 years ago

Rjklsi commented 4 years ago

In objective c project I import this library using pod. There are these errors in integrating it with :

  1. "Cannot find protocol declaration for 'PhotoEditorDelegate'" when I add PhotoEditorDelegate in my ViewController.
  2. "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.