Translucent = true and device rotation are not compatible
LakhV opened this issue · 0 comments
LakhV commented
- In the example project: set navigationController?.navigationBar.isTranslucent = true
- Run app
- Pulldown to refresh
- Rotate device while refreshing (for any animatingBounce or loading states)
Actual result:
Refresh view disappears after table refresh and extra table content top inset is added so there is a empty space between nav bar and table content.
After rotation when dragging scroll down:
Expected result:
The same result when isTranslucent = false
Is there quick workaround for that?