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.