-
Notifications
You must be signed in to change notification settings - Fork 162
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
Resize Progress Bar #6
Comments
If you increase the font size you use, the height of the pop-up should increase to fit the text. Is this what you need? |
Oh, NO. I just want to increase the height of the progress bar which under the pop-up view. In StackOverflow,I found the answer : http://stackoverflow.com/a/21041670 . Howerer, the left and right ends view is diff. (The progress bar is rounded corner default, but I want it without rounded corner.) |
I'm not sure what the best suggestion would be. As far as I'm aware there isn't a way to define a custom path for the track, though you can supply a custom image (but you'd then lose the ability to constantly update the track color). The ability to change the size of the track is not something I'm planning on adding to the component, as I'm unaware of a clean way of implementing such functionality. It might require starting from scratch with a custom control, rather than subclassing UIProgressView? Best of luck (if you do find a good way of achieving this, then do post a comment explaining the method). Al |
Hi @YingshanDeng please take a look at this feature branch: This is very much work in progress. For further discussion, please refer to issue #7 Cheers, |
How to Resize Progress Bar? Especially height。
The text was updated successfully, but these errors were encountered: