jjzjj

ourPoint

全部标签

ios - 在 objective-c 中绘制人体

我需要在我的一个iPhone应用程序中绘制人体。任何人都可以帮助我吗我正在尝试“drawInContext”但不知道如何绘制它下面是我想要在我的应用程序中使用的图像下面是我正在尝试的代码,它只显示人体线条a-(void)drawInContext:(CGContextRef)context{intlineWidth=([[UIDevicecurrentDevice]userInterfaceIdiom]==UIUserInterfaceIdiomPhone)?2:10;CGContextSetLineWidth(context,lineWidth);//Atthispointwehav