You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm to keep track of chains like this chains = [EAAnimationFuture]() so i can call like this. chains.map { $0.cancelAnimationChain() } but it saying Use of unresolved identifier 'EAAnimationFuture'
The text was updated successfully, but these errors were encountered:
i'm to keep track of chains like this
chains = [EAAnimationFuture]()
so i can call like this.chains.map { $0.cancelAnimationChain() }
but it sayingUse of unresolved identifier 'EAAnimationFuture'
The text was updated successfully, but these errors were encountered: