My next project has a requirement to display Japanese text which is displayed top-to-bottom and right-to-left (traditional Japanese writing style). Is it possible to set a UITextView
to layout text in this way? Below is an example of some text written in this way:
W H O E R L L L D O ! ,
Also, I need to be able to select it (so UILabel
is out). Is this going to turn into a totally custom view?