嗨,我需要制作2D拱门.我在哪里遇到问题
arc.path=[UIBezierPath bezierPathWithArcCenter:CGPointMake(50, 100)
radius:80.0
startAngle:DEGREE(65)
endAngle:DEGREE(90)
clockwise:NO].CGPath;
Run Code Online (Sandbox Code Playgroud)
我收到一个错误
Undefined symbols for architecture i386: "_DEGREE", referenced from:
我知道我没有包含一些头文件,我可以知道哪一个要包含?