Hi,
I am creating UIProgressView from nib, i want to increase its height but it is fixed to 9. For iPad i need to increase its height How it can be done.
Thanks in advance.
Hi,
I am creating UIProgressView from nib, i want to increase its height but it is fixed to 9. For iPad i need to increase its height How it can be done.
Thanks in advance.
You can not change the height of UIProgressView through nib. If you want to change the height then you have to implement it through custom draw method.