gontovnik/DGElasticPullToRefresh

Translucent = true and device rotation are not compatible

LakhV opened this issue · 0 comments

LakhV commented
  1. In the example project: set navigationController?.navigationBar.isTranslucent = true
  2. Run app
  3. Pulldown to refresh
  4. 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:
simulator screen shot oct 4 2016 22 56 15

Expected result:
The same result when isTranslucent = false

Is there quick workaround for that?