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
-[CALayer renderInContext:] does not work with CAEAGLLayer's which causes any background OpenGL views/layers to disappear when the Twitter view comes up.
The solution was to disable to background view entirely and use UIModalPresentationCurrentContext for the presenting view controllers modalPresentationStyle.
The text was updated successfully, but these errors were encountered:
-[CALayer renderInContext:] does not work with CAEAGLLayer's which causes any background OpenGL views/layers to disappear when the Twitter view comes up.
The solution was to disable to background view entirely and use UIModalPresentationCurrentContext for the presenting view controllers modalPresentationStyle.
The text was updated successfully, but these errors were encountered: