iphonecocoa-touchipaduiprogressview

How to increase height of UIProgressView


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?


Solution

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