File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -1244,15 +1244,6 @@ - (UIInterfaceOrientationMask)supportedInterfaceOrientations
1244
1244
return 1 << UIInterfaceOrientationPortrait;
1245
1245
}
1246
1246
1247
- - (BOOL )shouldAutorotateToInterfaceOrientation : (UIInterfaceOrientation)interfaceOrientation
1248
- {
1249
- if ((self.orientationDelegate != nil ) && [self .orientationDelegate respondsToSelector: @selector (shouldAutorotateToInterfaceOrientation: )]) {
1250
- return [self .orientationDelegate shouldAutorotateToInterfaceOrientation: interfaceOrientation];
1251
- }
1252
-
1253
- return YES ;
1254
- }
1255
-
1256
1247
- (void )viewWillTransitionToSize : (CGSize)size withTransitionCoordinator : (id <UIViewControllerTransitionCoordinator>)coordinator
1257
1248
{
1258
1249
[coordinator animateAlongsideTransition: ^(id <UIViewControllerTransitionCoordinatorContext> context)
You can’t perform that action at this time.
0 commit comments