Open
Description
The cards animation works but my final view has an incorrect offset of 30px that hides behind the navigation bar (a NOT-translucent navigation bar).
My guess is it has something do with:
[UIView addKeyframeWithRelativeStartTime:0.6f relativeDuration:0.2f animations:^{
toView.frame = CGRectOffset(containerView.frame, 0.0, -30.0);
}];
As here I see a -30 px offset..