We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef31cf2 commit c22901dCopy full SHA for c22901d
WooCommerce/Classes/ViewRelated/Dashboard/DashboardViewController.swift
@@ -59,6 +59,8 @@ final class DashboardViewController: UIViewController {
59
/// When we hide the header, we disable this constraint so the content view can grow to fill the screen
60
private var contentTopToHeaderConstraint: NSLayoutConstraint?
61
62
+ /// Stores an animator for showing/hiding the header view while there is an animation in progress
63
+ /// so we can interrupt and reverse if needed
64
private var headerAnimator: UIViewPropertyAnimator?
65
66
// Used to trick the navigation bar for large title (ref: issue 3 in p91TBi-45c-p2).
0 commit comments