can this work with navigationController hidesBarsOnSwipe set to True?
Closed this issue · 1 comments
nickcom111 commented
I've found that using this awesome package within a navigationController works perfectly well, but if you set navigationController?.hidesBarsOnSwipe = true (to mimic Safari app behaviour where the navigation title disappears on scroll) it interferes with the swipe gesture for this package, resulting in no left/right swipe functionality.
Is there a suggested workaround for this which supports iOS14? Thanks.
DominikButz commented
Hi Nick,
thanks for the feedback. May I ask how you access the navigation controller? Do you use Introspect?
regards
Dominik