Customize animation of hiding/showing views in UIStackView

Has anyone found a way to change the hide/show animation of cells within a stack view?


It seems like the default animation is not always ideal.

For UIStackView you should be able to simply run any additional animations while you also hide the view. The basic intent being that we would only run the default animation if you didnt specify any additional animations.

Customize animation of hiding/showing views in UIStackView
 
 
Q