Skip to content
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

How to make it as full circle #5

Open
durgeshtrivedi opened this issue Apr 12, 2018 · 1 comment
Open

How to make it as full circle #5

durgeshtrivedi opened this issue Apr 12, 2018 · 1 comment

Comments

@durgeshtrivedi
Copy link

By setting which value we can make it as full circle

@malkouz
Copy link
Owner

malkouz commented Apr 12, 2018

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

  • The next version of this library will handle your case.

Regards and thank you for using this library

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants