Closed soffes closed 12 years ago
Just a thought, but the animation options you're specifying are UIViewAnimationCurveEaseInOut
and UIViewAnimationOptionAllowUserInteraction
. UIViewAnimationCurveEaseInOut
is for the old view animation API (enum is UIViewAnimationCurve
). The new block-based API uses the UIViewAnimationOptions
enum, and the curve option in that enum would be UIViewAnimationOptinCurveEaseInOut
, which is also the default.
Not sure if that would actually cause any issues though...
@colinhumber oh good call. I doubt that's the it, but nonetheless a good fix. Thanks!
Does the typo cause the SIGSEGV crash?
I don't think so. I've only seen this crash once. I'll reopen it if I see it again.
Getting the following error very rarely with no other information:
Stack: