views:

55

answers:

1

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.

A: 

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.

raaz