0

I am developing iPad Application and did all orientations. But some times the application get crashed due to "SIGABRT" and this is my error log is,

  *** Terminating app due to uncaught exception 'CALayerInvalidGeometry', reason: 'CALayer position contains NaN: [15 nan]' 

I have used three table view in the apps, so i have added the labels and images are into the table view cell.And i have displayed all the contents are dynamically and set the frame size is also dynamically. Please help me out

Thanks

Pugalmuni
  • 9,350
  • 8
  • 56
  • 97
  • 1
    Try here: http://stackoverflow.com/questions/3025176/what-causes-this-error-calayer-position-contains-nan-240-nan – Dave Feb 09 '11 at 15:27

1 Answers1

0

You're probable getting somewhere a division by zero operation, if your contents are dynamically set. Try to debug your code.

Oleg Danu
  • 4,149
  • 4
  • 29
  • 47