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?
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.