-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
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
Duplication Issue #1
Comments
Are you using it in Interface Builder? |
I actually have the same problem, I'm not using it in Interface Builder. I'm using it in a Objc code base. |
Same issue... |
I fixed it. We have to use non static variables to create multiple instances. |
If you want to create a pull request, I'll merge the changes in. |
ertanunver's pull request merged in to fix the multiple instance issue, thanks for the help. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to have 2+ instances of the circle progress view in my app, but while creating the second instance xcode will lockup and never recover. Any guidance would be appreciated.
The text was updated successfully, but these errors were encountered: