我现在正在制作pdf,除了图像绘制之外一切正常,它只绘制图像的左上角;额外放大。但它适用于模拟器,代码如下所示;
UIImage *plotImage=[[UIImage alloc]initWithContentsOfFile:
[localPictureArray objectAtIndex:i]];
[plotImage drawInRect:CGRectMake
(kMargin, currentPageY, plotImage.size.width, plotImage.size.height)];
由于我是初学者,我需要您的宝贵帮助。提前致谢。