Could you put a full screen, transparent (or semi transparent) view
under yours, but on top of the rest of it? And make that not
interactive?

On Fri, Nov 16, 2012 at 12:56 PM, Iki <[email protected]> wrote:
> Hi everyone,
>
> Does anyone know how to restrict gestures (any kind of interaction) to 
> UIView? What i would like to do is that on a button press, I'm loading new 
> UIView, lets say on the centre of the screen, and i want modal presenting 
> style, so that the user can't do anything else while this view is active.
>
> I did try following:
>
>         _view -> UIView that I'm presenting
>
> So,
>
>         _view.BecameFirstResponder();
>         _view.ExclusiveTouche = true;
>         _view.MovedToWindow();
>
> But all of the buttons bellow this view can be pressed, is there a way to 
> avoid that? One of my ideas was to load transparent view across whole screen, 
> but it must be a better solution i think.
>
> Well thanks for all your help, past and current!
>
>
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch



-- 
Nic Wise
t.  +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
b. http://www.fastchicken.co.nz/

mobileAgent (for FreeAgent): get your accounts in your pocket.
http://goo.gl/IuBU
Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
Earnest: Self-employed? Track your business expenses and income.
http://earnestapp.com
Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p
London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to