Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS 7 issue: CALayer position contains NaN #13

Closed
peterjacksonfwd opened this issue Jul 28, 2013 · 1 comment
Closed

iOS 7 issue: CALayer position contains NaN #13

peterjacksonfwd opened this issue Jul 28, 2013 · 1 comment

Comments

@peterjacksonfwd
Copy link

HMSegmentetControl.m crashes in drawRect: on the line titleLayer.frame = rect;
when running on iOS 7 preview 2. It seems that rect.origin.x = nan and rect.size.width = inf.

The error message is:
'CALayerInvalidGeometry', reason: 'CALayer position contains NaN: [nan 17]'

@HeshamMegid
Copy link
Owner

I've just tried it on DP3 and it's working fine.

Please check and confirm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants