Eric.C Posted March 27, 2008 Share Posted March 27, 2008 I've started experimenting with interface builder, but when I rotate the window to simulate a rotation of the phone, everything becomes messed up... does anyone know how to fix this? Also, there doesn't seem to be the option to rotate the phone (at least not in the simulator) when I click simulate interface... the rotate feature works in safari but not my app... any ideas why? Link to comment Share on other sites More sharing options...
stroke Posted March 27, 2008 Share Posted March 27, 2008 That's why you have to use views, you should read up in the iPhone OS Programming guide for that. The simulator has no rotate feature. Link to comment Share on other sites More sharing options...
cpatch Posted March 28, 2008 Share Posted March 28, 2008 That's why you have to use views, you should read up in the iPhone OS Programming guide for that. The simulator has no rotate feature. You may want to do some reading yourself...the Simulator's rotate feature is accessible through the Hardware menu. Link to comment Share on other sites More sharing options...
stroke Posted March 28, 2008 Share Posted March 28, 2008 Oh, you're right, I was thinking of the accelerometer. Sorry about that. In either case, rotating doesn't even seem to work in the new beta of the SDK... Link to comment Share on other sites More sharing options...
cpatch Posted March 31, 2008 Share Posted March 31, 2008 I haven't tried it in the new beta yet (and I don't have access to a Mac at the moment) but in the first beta rotating had no effect unless the foreground app supported it. Test it with Safari to see if it's working. Link to comment Share on other sites More sharing options...
The Baron Posted March 31, 2008 Share Posted March 31, 2008 I haven't tried it in the new beta yet (and I don't have access to a Mac at the moment) but in the first beta rotating had no effect unless the foreground app supported it. Test it with Safari to see if it's working. Yep, you're right. I was pulling my hear out trying to rotate it from the start, a bit of google and I switched to photos, & it rotated as intended. Link to comment Share on other sites More sharing options...
Recommended Posts