Having problems popping a UIMenuController when using multiple (side by side) windows.So I handle a tap in a view then I set the firstResponder to that view, then I present a UIMenuController in that view and the canPerformAction: is called on that view - all good!I then attempt the same in the adjacent window (same code obviously) and the canPerformAction: is still sent to the previous view (in the other window.) Indeed, pressing the menu also results in the handler being called on the other view.Both views return YES from canBecomeFirstRepsonder:Anyone got any ideas?Thanks
Selecting any option will automatically load the page