I've been trying to enable upside down view on Xcode, but I've been having a hard time.
heres the code
can anyone help? I'm trying to enable all views.
heres the code
Code:
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
// Return YES for supported orientations
return YES;
}
can anyone help? I'm trying to enable all views.
Last edited by a moderator: