gpt4 book ai didi

ios - CGContextRestoreGState : invalid context 0x0 xcode error

转载 作者:行者123 更新时间:2023-11-29 03:29:05 26 4
gpt4 key购买 nike

在我的 iOS 应用程序中,我收到以下错误:

CGContextRestoreGState: invalid context 0x0. This is a serious error. This application, or a library it uses, is using an invalid context  and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.

我认为问题出在这儿:

UIImage *buttonImage = [[UIImage imageNamed:@"tanButton.png"] resizableImageWithCapInsets:UIEdgeInsetsMake(18, 6, 18, 6)];

这发生在运行 iOS7 的 iPhone 5 上。

有谁知道我该如何解决这个问题吗?

谢谢,最好的问候

最佳答案

我也遇到过这个问题。这是因为当你制作一个 resizableImageWithCapInsets 它需要中心像素来生成一个平铺图像,如果你的图像高度是,例如 36,你应该这样做: UIEdgeInsetsMake(18, 6, 17, 6), 给至少一个像素平铺在图像的中心。

关于ios - CGContextRestoreGState : invalid context 0x0 xcode error,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20059558/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com