I'm looking for a solution to allow a user to write text in my iPad app (currently using UITextView) but I would like them to be able to select the font, colour and alignment of particular paragraphs so I basically need a rich text editor of some sort.
What would be the best approach to this? Is there an existing solution or could UITextView be adapted to do this?