You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.swiftThe text was updated successfully, but these errors were encountered: