ColinEberhardt / VCTransitionsLibrary

A collection of iOS7 animation controllers and interaction controllers, providing flip, fold and all kinds of other transitions.
Other
4.55k stars 617 forks source link

the animations may cause the "unbalanced calls to begin/end appearance transitions" bugs #17

Open ZacksTsang opened 10 years ago

ZacksTsang commented 10 years ago

so,when the animation begin use the the method

 [[UIApplication sharedApplication] beginIgnoringInteractionEvents];

end

[[UIApplication sharedApplication] endIgnoringInteractionEvents];