objective c - lightweight cocoa control for displaying rich text -


i new in mac development , need lightweight solution display rich text:

  • text different font-styles , formatting
  • pictures (including animations)
  • some controls, buttons
  • picture text background option
  • fast text formatting , rendering

i use nstableview datasource , view delegates, ability select , copy text mouse.

i can use webview it, i'm not sure if solutions fast enough , easy control. there controls such functionality (or close enough) ? if there no such thing, should able implement it? can make transparent nstextview on nstableview? there way implement text selecting through several cells in nstableview (with of classes nstextlayout etc)?

i appreciated , hints.

what might missing nsattributedstring, , @ controls methods take/return them - every control supports rich text, button labels scrolling text frames.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -