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

Reply via email to