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 change the start position and end position ? #36

Open
HTKT opened this issue Aug 29, 2014 · 1 comment
Open

How to change the start position and end position ? #36

HTKT opened this issue Aug 29, 2014 · 1 comment

Comments

@HTKT
Copy link

HTKT commented Aug 29, 2014

I want to change the start and end position of the circular progress view. How can I do that? Thanks

@makotomiy
Copy link

A quick way to do it is using CATransform3DMakeScale:
self.circularProgressView.layer.transform = CATransform3DMakeScale(-1, -1, 1); and it starts from bottom (6 o'clock).

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