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
By setting which value we can make it as full circle
The text was updated successfully, but these errors were encountered:
At your situation you need to import the file "MKMagneticProgress.swift" to your project and remove below line from the this file:
if spaceDegree < 45.0{ spaceDegree = 45.0 } if spaceDegree > 135.0{ spaceDegree = 135.0 }
from line 77 to 83
then at your code put below line at your code: magProgress.spaceDegree = 0
Regards and thank you for using this library
Sorry, something went wrong.
No branches or pull requests
By setting which value we can make it as full circle
The text was updated successfully, but these errors were encountered: