Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Is there any alternative of below deprecated? #222

Open
StellarKuldeep opened this issue Oct 25, 2018 · 0 comments
Open

Is there any alternative of below deprecated? #222

StellarKuldeep opened this issue Oct 25, 2018 · 0 comments

Comments

@StellarKuldeep
Copy link

- (void)willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation
								duration:(NSTimeInterval)duration {
	isLocked = YES;
}

- (void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation {
	[self.pageViewController.view layoutSubviews];
	isLocked = NO;
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant