Open zedrdave opened 11 years ago
Code keeps throwing view resets when the device orientation changes between flat/upright.
Pretty sure the conditional code in deviceOrientationDidChange:
deviceOrientationDidChange
else { shouldResetView = YES; }
Should be:
else { shouldResetView = NO; }
Code keeps throwing view resets when the device orientation changes between flat/upright.
Pretty sure the conditional code in
deviceOrientationDidChange
:Should be: