We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I couldn't use this library, I get index out of range in
func updateAnimationFrame() Sometimes at pNext and sometimes at pCur
let pCur = endpoints_scaled[_currentDigit]; let pNext = endpoints_scaled[_nextDigit];
I am using Swift 4 with Xcode 9.2
The text was updated successfully, but these errors were encountered:
I am getting this issue as well.
Sorry, something went wrong.
hello @me-abhinav im getting the same error also but when I put a constant number it works. I want to add a function instead?
No branches or pull requests
Hi, I couldn't use this library, I get index out of range in
func updateAnimationFrame()
Sometimes at pNext and sometimes at pCur
let pCur = endpoints_scaled[_currentDigit];
let pNext = endpoints_scaled[_nextDigit];
I am using Swift 4 with Xcode 9.2
The text was updated successfully, but these errors were encountered: