How to re-create bug
On most iphone simulators, the search bar is dismissed on scroll down as intended. However, on scroll up, the search bar does not re-appear. Oddly, this works as intended only on iPhone 13 Pro and iPhone 13 Pro Max simulators.
This bug is surrounding the navbar's hidesBarsOnSwipe property. Note that the hidesBarsOnTap property works as intended on all simulators.
What I've tried so far:
- A few forum posts recommended changing the scrollview's top contraint to be pinned to the superview instead of the safe area. This results in an undesirable layout.
How to re-create bug
On most iphone simulators, the search bar is dismissed on scroll down as intended. However, on scroll up, the search bar does not re-appear. Oddly, this works as intended only on iPhone 13 Pro and iPhone 13 Pro Max simulators.
This bug is surrounding the navbar's
hidesBarsOnSwipeproperty. Note that thehidesBarsOnTapproperty works as intended on all simulators.What I've tried so far: