Hi,
When navigate between views then previous view I release.
If during navigation to rotate device then app crashes
In each view I have next code:
Also tried override this method but it still crashes. Please help
When navigate between views then previous view I release.
If during navigation to rotate device then app crashes
In each view I have next code:
Code:
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
return NO;
}