I'm having issues with some image assets and custom drop shadow drawing with weird banding effect on iPhone Plus devices. Seen image below.
I'm suspecting this has to do with one of our views which is a custom UIView
backed by CAEAGLLayer
who has content scaling set to self.contentScaleFactor = self.window.screen.nativeScale;
.
I have standard buttons and other views that are overlaid on this custom UIView
. Any ideas how to resolve this issue?
0 comments:
Post a Comment