I have an application that uses UIWebView , and everything has been (and still is) working fine on iOS 6. On iOS 7, however, the ImageIO: PNG not a PNG file error is sometimes thrown ImageIO: PNG not a PNG file when I try to load certain PNG files (e.g. this one ).
Now, obviously, the PNG files are not corrupted because they work on iOS 6, and sometimes they work even on iOS 7, but sometimes they throw this error. I cannot find any common reason that determines when an error occurs, and I am not doing anything unusual with them that could explain this: my code does not apply to them except loading the page in UIWebView, so it looks like WebView does internally. This, of course, makes binding even more difficult.
I know this is a strange question, such as asking โdid Ford change how the wheels work,โ but has Apple changed how it handles PNG in iOS 7? Can anyone think about for this iOS 7 bug?
ios objective-c ios7 png uiwebview
Nerrolken
source share