Swift - 随着时间的推移,UIProgressView变得更加不透明

时间:2015-07-16 08:33:26

标签: ios xcode swift uiprogressview

所以我有一个UIProgressView动画3秒,但似乎开始时栏的不透明度远低于最后。当它加载时,条似乎变得更不透明。我附上了一些屏幕截图来说明我的意思,但我无法理解为什么会这样。它是加载栏的特征还是Xcode错误?不要以为代码有什么问题,因为它非常简单:

UIView.animateWithDuration(3, animations: { () -> Void in
            self.progressView.setProgress(1.0, animated: true)
        })

无论如何,这里是更好地展示问题的屏幕截图: enter image description here enter image description here enter image description here

0 个答案:

没有答案