iOS-Rich-Text-Editor icon indicating copy to clipboard operation
iOS-Rich-Text-Editor copied to clipboard

New Features and Improvements

Open aryaxt opened this issue 9 years ago • 8 comments

  • List implementation
  • Text attachment (Adding photos)
  • ColorPicker, FontPicker, and FontSizePicker are now based on interfaces and can be overridden
  • Background, and foreground colors can now be cleared
  • Using native API to generate HTML
  • Fixed memory leaks
  • Fixed compiler warnings

aryaxt avatar Jul 13 '14 04:07 aryaxt

I notice there's a lot of development on this branch, but not much that is on master. How stable would you consider this branch? It's got some features that interest me, and I would like to use it. However I discovered and fixed #49 , so perhaps its not quite ready yet?

cjwirth avatar Aug 13 '14 10:08 cjwirth

There is still a lot of testing I have to do. It's not easy specially since some iOS APIs behave completely different on iOS6/7 same with phone vs tablet. But there are also a lot of fixes on here that aren't on master. Thanks for the PR, will test and merge it in soon

aryaxt avatar Aug 15 '14 01:08 aryaxt

Cool, thanks. We haven't yet started on the project, so maybe we'll try developing from this new branch, fixing things as they come up.

cjwirth avatar Aug 15 '14 02:08 cjwirth

Is there any plan to merge this? Seems to be incredibly long in the works. Thanks

mfrawley avatar Oct 19 '15 14:10 mfrawley

For what it's worth, a little update.

We haven't yet started on the project, so maybe we'll try developing from this new branch, fixing things as they come up.

This isn't what we ended up doing. We ended up writing our own RichEditorView. Sorry if it sounds like blatant self-promotion :worried: , but it was partially the lack of activity that took us looking elsewhere.

cjwirth avatar Oct 20 '15 01:10 cjwirth

@cjwirth It may be self-promotion but since I didn't find it by googling it's useful info, I'm grateful for the tip.

mfrawley avatar Oct 20 '15 06:10 mfrawley

Your library looks pretty great, cjwirth! :) I'll join you in the blatant self-promotion (sort of). If anyone coming here is wanting to use this library and not cjwirth's for some odd reason, I've got a fork of the List Implementation stuff over here that took this branch and fixed it up a little bit. I will never claim that it is finished (as I was working on it for a project and now that project is complete) or 100% working, but it does have several bug fixes and a slightly more finished implementation when compared to the pull request here. (Again, disclaimer: It's not done, and I have no plans at this very second to finish it. But I will tell you that I was able to modify it slightly and use it as a code base for an OS X Rich Text Editor.)

Deadpikle avatar Oct 20 '15 11:10 Deadpikle

Sorry I'm not supporting this library anymore. I wrote this for iOS6, and things quite changed on iOS7 and can be done in much better and more efficient ways. I'll write a new one in Swift soon.

If you want a native solution use this project, if you don't mind a web version (HTML based) go with @cjwirth's solution. There are also a bunch of forks of this repo.

Coding on this branch was done I just never merged it because I didn't get to test it as much as I wanted

aryaxt avatar Oct 22 '15 16:10 aryaxt