SwipeView icon indicating copy to clipboard operation
SwipeView copied to clipboard

Terminating app due to uncaught exception 'CALayerInvalidGeometry', reason: 'CALayer bounds contains NaN:

Open jimmy510s opened this issue 8 years ago • 0 comments

Hi,

I am using your library and i have encountered i strange behaviour. When i push a view controller that contains a swipe swipeView as soon as try to populate my list of views inside the swipeView in get an exception in method setFrameForView (line 522). center.x has NaN value. It only works if i populate my list at the viewDidAppear. Not on viewDidLoad or any other method before viewDidAppear.

The error is not happening when i present modally the viewController.

Thank you Jimmy

jimmy510s avatar May 29 '17 22:05 jimmy510s