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
Instead of returning the controller which actually presented the view, it returns the UISplitViewController instead. -- this appears to be a bug in iOS5 . I've filed a radar -- #10255196.
The text was updated successfully, but these errors were encountered:
I have a UISplitViewController. In the detail view, I have this:
On modal view dismissal I have this:
This does not work. Inside
-dismissModalViewController:
the following code causes the issue:Instead of returning the controller which actually presented the view, it returns the UISplitViewController instead. -- this appears to be a bug in iOS5 . I've filed a radar -- #10255196.
The text was updated successfully, but these errors were encountered: