I want to increase the height of progress view in iOS 6 and below i am doing this using appearence method
UIImage *progressImage = [[UIImage imageNamed:@\"
progressView.transform = CGAffineTransform(scaleX: 1.0, y: 5.0)