Closed truemetal closed 6 years ago
Hey
The issue happens right here, in my case dispatchGroup.leave() happens more times then dispatchGroup.enter() which causes EXC_BREAKPOINT
dispatchGroup.leave()
dispatchGroup.enter()
EXC_BREAKPOINT
Probably, subviews count changes during asyncAfter
asyncAfter
The code, invoked the animation is this:
let fromAnimation = AnimationType.from(direction: .right, offset: 400.0) animateViews(animations: [fromAnimation], initialAlpha: 0.0, finalAlpha: 1.0, delay: 0.0, duration: 0.2, animationInterval: 0.2, completion: nil)
Cheers
Closed by #28
Hey
The issue happens right here, in my case
dispatchGroup.leave()
happens more times thendispatchGroup.enter()
which causesEXC_BREAKPOINT
Probably, subviews count changes during
asyncAfter
The code, invoked the animation is this:
Cheers