Ben Callis

Results 6 comments of Ben Callis

Nope. I used to but not anymore (after it messed up the tabs).

We are currently working around this issue by adding an explicit aspect ratio constraint to the animationView ``` let aspectRatio = animation.size.width / animation.size.height animationView.widthAnchor.constraint(equalTo: animationView.heightAnchor, multiplier: aspectRatio).isActive = true...

It's unlikely that this will be a problem with the layout. Make sure your cells don't have needed transparent backgrounds and that views are not rendered off screen. I managed...

@badrinathvm just tried this and I'm still getting the same warnings.

Did anyone ever implement this? I was hopping to included a searchbar at the top of the grdiview. So when you pull down it appears (like in mail).

Snapshotting the view may be a sensible approach as if you try and reduce a views width/height constraint to 0 during the animation it may break the views subviews constraints...