【发布时间】:2013-03-01 10:04:26
【问题描述】:
我现在正在制作 pdf,除了图像绘制之外一切正常,它只绘制图像的左上角;额外放大。但它适用于模拟器,代码如下所示;
UIImage *plotImage=[[UIImage alloc]initWithContentsOfFile:
[localPictureArray objectAtIndex:i]];
[plotImage drawInRect:CGRectMake
(kMargin, currentPageY, plotImage.size.width, plotImage.size.height)];
因为我是初学者,所以我需要您的宝贵帮助。提前致谢。
【问题讨论】:
标签: ios objective-c ios5 qlpreviewcontroller