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
I have a strange orientation bug that only occurs on the REFacebookActivity. This problem doesn't occur in the other activities. I have tried to find the bug in the DEFacebookComposeViewController, but I couldn't find what was going wrong.
I'll explain my setup:
I have a ViewController that is embedded in a custom UITabBarController in a custom UINavigationController, in which I force the orientation to portrait.
In this ViewController, I bring up another ViewController modally via a Storyboard Segue where I force it to be LandscapeRight or LandscapeLeft orientation. In this modal ViewController I bring up the REActivityViewController in landscape via
Now, when I use the activities (Custom, twitter, mail, safari, chrome, cameraroll, copy), everything works as expected. But when I use the facebook activity, and I post something, or just cancel it, then close my modal ViewController, the (forced) portrait orientation of my first ViewController is ignored, and it gets displayed in landscape.
Any ideas how this might come to be?
The text was updated successfully, but these errors were encountered:
I have a strange orientation bug that only occurs on the REFacebookActivity. This problem doesn't occur in the other activities. I have tried to find the bug in the DEFacebookComposeViewController, but I couldn't find what was going wrong.
I'll explain my setup:
I have a ViewController that is embedded in a custom UITabBarController in a custom UINavigationController, in which I force the orientation to portrait.
In this ViewController, I bring up another ViewController modally via a Storyboard Segue where I force it to be LandscapeRight or LandscapeLeft orientation. In this modal ViewController I bring up the REActivityViewController in landscape via
[activityViewController presentFromViewController:self];
Now, when I use the activities (Custom, twitter, mail, safari, chrome, cameraroll, copy), everything works as expected. But when I use the facebook activity, and I post something, or just cancel it, then close my modal ViewController, the (forced) portrait orientation of my first ViewController is ignored, and it gets displayed in landscape.
Any ideas how this might come to be?
The text was updated successfully, but these errors were encountered: