You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: