-
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
Progress Bar Height #7
Comments
I just noticed this is inheriting UIProgressView :( I tried below workaround to increase the height of the bar : It solves it by adding a height constraint to the control in IB .. the height worked but 2 issues appeared :
See below pic for more details .. Would appreciate your feedback .. |
weird thing is that two issues mentioned above only happens to the first bar not the second .. |
Hi @mzekrallah, It is work in progress, but please give it a try. All the best, |
I just checked it out .. awesome bro 👍 .. actually ditching UIProgressView would be for the ultimate good of the control .. since there are many things in UIProgressView that can't be altered .. also, in UIVIew approach there are endless possibilities to what you can attach to the bar and maybe upgrade t's entire behaviour from a progress view to something more of a timer which is actually my use case .. By the way, I have ported this awesome control into Xamarin.iOS and I will be sharing that soon on github .. I'm sure lots of xamarin guys would love it .. Thanks again |
By the way @alskipp , would you eventually move towards the UIView subclass branch or stick with the UIProgressView ? I would like to know so that I know on which branch I should be doing my porting and extended functionality so i'm aligned with your directions on this great control ... Thanks |
Hi @mzekrallah, |
great to hear 👍 thanks |
Thanks for the great control .. what is the easiest way to adjust the progress bar height ? I tried to skim through the code but couldn't find a suitable place .. in IB, it is hard-coded to 2 pixels but the value is disabled for editing .. Thanks
The text was updated successfully, but these errors were encountered: