When i use transitionWithView: on one of my subViews (flip from left), all of my gestureRecognizers (of different subViews) dont work until the transition animation is over. It fills like the app is stuck. I know I can't put it in a different thread, but is there a way to make this work?
You have to enable user interactions during animations.