objective c - maintaining wikitext and richtext editing modes in iPad app -
i designing ipad app in have textview apart other things. in textview rendering wikitext. have implemented basic functionalities bold, italic etc. in editor using accessory view.
now, want provide user mode edit in rich text well. rich text editing done in web view (not implemented yet). problem facing don't know way keep text in both modes in sync when user jumps 1 able see changes made in other mode instantly. can suggest clue regarding this? thanks.
it's no problem sync uitextview
uiwebview
using uitextviewdelegate
fire events user types textview. bigger problem uiwebview
you'd need check source-code check changes , sync them uitextview
.
the next best possibility wait on ios 6 provides styled text, ios 6 still under nda, nobody provide help.
Comments
Post a Comment