Hi all...
I just want to know how to change the view of my application on changing the device orientation???
I made use of this method... still the application is in portrait view all time...
I just want to know how to change the view of my application on changing the device orientation???
Code:
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
return YES;
}
I made use of this method... still the application is in portrait view all time...