我正在使用这个开源(https://github.com/danielamitay/DACCircularProgress)和以下
self.largestProgressView.trackTintColor = [UIColor redColor];
self.largestProgressView.progressTintColor = [UIColor whiteColor];
self.largestProgressView.thicknessRatio = 1.0f;
它在除 iPhone 5 之外的所有设备上都能正常工作。在 iPhone 5 上,它显示一个半圆移到 uiview 的右侧。有什么想法可以解决这个问题吗?