ios 簡單實現半圓形儀表盤 (進度條)

效果圖 初始化只需設置分數(0~1)即可 #import "ArcLineView.h" #define DEGREES_TO_RADIANS(angle) ((angle) / 180.0 * M_PI)//角都轉弧度 #define ANGLE 20 //沒份20度 共220度 @implementation ArcLineView - (void)drawRect:(CGRect)rect
相關文章
相關標籤/搜索