IOS UIProgressView basic useage .UIProgressView in IOS , include two different style
- UIProgressViewStyleDefault
The standard progress-view style. This is the default. - UIProgressViewStyleBar
The style of progress view that is used in a toolbar.
The standard UIProgressView's height can not be changed by default .Here is a discuss in the stackoverflow.
But you can simply override UIProgressView , and do more custom apperance operaions.
Test in IOS6.0