Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

IDMah

macrumors 6502
Original poster
May 13, 2011
317
11
Hi all.

Weird one..
I popup an UIView on top of my main window and with a button.
On the iphone it seems to work perfectly but on the iPad any click seem
to get passed down to the mainWindow and ignored by the button.

*I can see it clicking on the layer below.

Yes I tried.
Code:
[[self window] addSubview:dumbDumbScreen];
    [[self window] bringSubviewToFront:[[self window] viewWithTag:218]];
   [dumbDumbScreen becomeFirstResponder];// <----- doesn't help !!

Any ideas.
thanks
Ian
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.