标签: ios xcode
所以我需要知道我的uiprogressview的色调的像素长度,所以我可以在这个位置绘制。有任何想法如何获取此信息?
答案 0 :(得分:2)
只需使用像这样的数学逻辑
CGFloat width = CGRectGetWidth(progressview.frame); CGFloat length = width * progressview.progress;