使用CGAffineTransform更改尺寸: CGAffineTransform transform = CGAffineTransformMakeScale(1.0f, 3.0f); progressView.transform = transform;.
確定! 回上一頁