Hey,
I just installed an auto-rotate on an App im working on, just a simple : -
But say the user is looking at information, on the first screen, then they tilt it, and a new view comes up, say showing a picture based on that information. How does one go about doing that? How can you rotate to make something new??
And i have an App that does this, so i know it can be done... Any ideas?
Thanks guys..
I just installed an auto-rotate on an App im working on, just a simple : -
Code:
(BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
But say the user is looking at information, on the first screen, then they tilt it, and a new view comes up, say showing a picture based on that information. How does one go about doing that? How can you rotate to make something new??
And i have an App that does this, so i know it can be done... Any ideas?
Thanks guys..