Skip to content

Adding CardView Parameter

Compare
Choose a tag to compare
@jeanhbr jeanhbr released this 25 Jan 19:33
· 7 commits to main since this release

You can now access the parent view controller's cardView from the presented view controller when starting the transition. Permitting you to adjust your presenting animation.

/// Called when the transition to this view controller just started.
/// - Parameter cardView: The UIView used in the parent view controller to start the transitinon.
func cardPresentedViewDidStartPresenting(from cardView: UIView)