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