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

Added MKProgressView #48

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Added MKProgressView #48

wants to merge 3 commits into from

Conversation

rz-robsn
Copy link

Hi,

I have created an indeterminate ProgressView.

  • I inspired myself from the material circular progress component
  • The progress line color and line width can be changed. Leaving the default values will make the progress appearance close to the one shown on the link above.
  • I have added an example of the progress view in the BarButtonItemViewController on the storyboard.
  • The MKProgressView is backed by a custom CALayer (called MKProgressLayer). This layer defines a few custom properties that are animated and used in the drawInContext() method.

If you have any questions, let me know !

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

Successfully merging this pull request may close these issues.

1 participant