You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2026. It is now read-only.
The bug tracker I'm using is picking up a high number of crashes for iOS9 users, from within the function:
(void)drawRect:(CGRect)rect
At the last line: [self.viewToMagnify.layer renderInContext:context];
Details of the exception:
Fatal Exception: CALayerInvalidGeometry
sublayer with non-finite position [inf inf]
Any ideas on what is causing the crash? I don't see any crashes in previous versions of iOS. Just 9+ across all device types (iPhone, iPad, iPod Touch).