我在最新的 Xcode 13 中运行我的应用程序,以前看起来如预期的图像现在在我在 iPad 模拟器上运行应用程序时损坏。
我的代码是:
UIImage *myImage = [UIImage imageNamed:fileNameWithExtension];
CGRect imageRect = CGRectMake(start_x+2, start_y+2, width-4, width-4);
[myImage drawInRect:imageRect];
现在导致黑线:
这可能是什么原因?