Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Starfox

macrumors 6502
Original poster
Apr 7, 2011
256
9
I'm trying to have a page view controller with content in a right-to-left language - how would I mirror it? I tried applying an affine transform with a -1 scale in the X axis but that didn't work out so well. I'm new to iOS development (but I've done some Mac development) so I'm wondering whether there's some obvious way of doing this that I'm missing.
 
I'm not sure there are special needs for right-to-left languages. OS X supports many languages natively. I wouldn't be surprised that a viewable text object would just handle it based on the localized user language setting. I am sure of one thing, you shouldn't be using transforms to flip views horizontally.

The UIPageViewController has nothing to do with text presentation so I'm unsure why you would be mentioning that.

Perhaps reading the UITextInput Protocol Reference will lead to the right place.

More details or a sample of what you want may bring others into the conversation.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.