Hello in my app i emulated slide view's and use this code
[UIView beginAnimations: nil context:nil];
[UIView setAnimationDuration: 0.5];
[UIView commitAnimations];
unfortunately new view intercepts touch before it takes window : if i make double click,with second click work new view I check frame of this view it equal frame of window
if i turn off animation it work correct. but i need animation effects
Please help me to find right decision )