wordpress-mobile / WordPress-Editor-iOS

⛔️ [DEPRECATED] A reusable iOS rich text editor component.
GNU General Public License v2.0
1.06k stars 210 forks source link

Image Toolbar Button Not working #828

Closed GioValentin closed 8 years ago

GioValentin commented 8 years ago

Hey guys I implemented the texteditor in my App and I can't seem to get the Image deal to work. Is there a certain way to implement the editor for the Image Button to work?

SergioEstevao commented 8 years ago

Hi Gio,

Are you talking about the button in the toolbar to insert images? or the option to edit image attributes after the image is added to the post?

Cheers,

GioValentin commented 8 years ago

I figured it out. I am not using a navigation controller so I had to just use self instead of self.navigation controller dismiss. Thank you for the reply back.