You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are angle brackets around "UIViewControllerTransitionCoordinator". Markdown doesn't seem to like this. Why isn't there just a !!NOMARKDOWN!! thing?
The text was updated successfully, but these errors were encountered:
didRotateFromInterfaceOrientation appears deprecated in at least iOS 12.
I replaced:
(void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation {
[self loadUrl];
}
with:
(void)viewWillTransition:(CGSize)size withTransitionCoordinator:(id UIViewControllerTransitionCoordinator )coordinator
{
[self loadUrl];
}
There are angle brackets around "UIViewControllerTransitionCoordinator". Markdown doesn't seem to like this. Why isn't there just a !!NOMARKDOWN!! thing?
The text was updated successfully, but these errors were encountered: