UIProgressView height is different when displayed in iOS 7.0
it's not 9 as the interface builder is showing.
I am trying to transform progressView to increase height. because 9 is too small. and because original size of the progress view is not the same for iOS >= 7.0 and iOS < 7.0. progress view in iOS >= 7.0 is taking more place than supposed to take.
Any ideas how to handle that?