What is the recommended way of setting up a split view controller so that the master is on the right and the detail on the left? I know that there is automatic support for that when the language is a right-to-left language but that's not what I'm talking about here.
I'd like to set up the master on the right in a left-to-right language (English). The master in the app I'm working on (an internal supporting tool-like app for another app) has several controls (switches, sliders, etc) which would be more easily manipulated if they're on the right (for right-handed users). Ideally, I'd like to allow the user to throw a switch to choose which side the master is on, depending on his/her handedness.
Thanks much.
Hi swimmer,
UISplitViewController does not provide a way to customize which size of the screen the master view controller is attached to. That would make a great enhancement request.