I have seen other people who have had this question, but most of the responses aren\'t working on the latest 3.0 build of iPhone OS. Anyway, I\'m wondering how I can programati
Not sure if this is considered private API, so you may not want to use it, but if you want to force the orientation to change without tilting the device, you can try calling:
[[UIDevice currentDevice] performSelector:@selector(setOrientation:)
withObject:(id)UIInterfaceOrientationLandscapeLeft];
I have not tested that it still works on 3.1.2. though I know it works on 3.0.