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

Vertical Progress Bar #44

Open
erwang01 opened this issue May 4, 2020 · 1 comment
Open

Vertical Progress Bar #44

erwang01 opened this issue May 4, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@erwang01
Copy link

erwang01 commented May 4, 2020

Is your feature request related to a problem? Please describe.
I'm trying to create a Vertical Progress Bar (similar to the one provided in the Storage Example except vertical).

Describe the solution you'd like
A Vertical Progress Bar option. Preferably some sort of parameter I can pass into the MultiProgressView constructor.

Describe alternatives you've considered
I know UIKit has the CGAffineTransform(rotationAngle: ) utility to help rotate UI elements however I'm not having much success applying progressView.transform = CGAffineTransform(rotationAngle: CGFloat.pi/2) to the StorageExample. I inserted it into line 110 of StorageExampleViewController.swift

@erwang01 erwang01 added the enhancement New feature or request label May 4, 2020
@mac-gallagher
Copy link
Owner

Hey @erwang01, I am definitely open to adding this feature to the repo! I imagine the implementation is similar to the one in GTProgressBar.

I will try to find some time to work on this but feel free to submit a PR in the meantime.

Mac

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

No branches or pull requests

2 participants