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
A one-pixel line appears at the moment when when releasing - as can be seen in the attached image. It flashes for the briefest moment in time, but my app's contrast between the two colours is very high so it's quite obvious.
Is this in the library or could it be something weird in the way my UI is put together?
The text was updated successfully, but these errors were encountered:
Update - doesn't do it on any other collection views in the app. What's different about the screen where this occurs is that there is a header cell with a white background. The top insets are all zero. However with pull to refresh the 1 pixel line must be creeping in somehow when released.
I my case the tableView.backgroundColor is white and the screen background is dark blue. In some cases when bouncing a 1 pixel gap appeared between the tableView and the pullToRefreshView above it.
I eventually solved it by making pullToRefreshView 1 pixel higher than it theoretically needed to be, so that this line would not sometimes appear:
Hi,
A one-pixel line appears at the moment when when releasing - as can be seen in the attached image. It flashes for the briefest moment in time, but my app's contrast between the two colours is very high so it's quite obvious.
Is this in the library or could it be something weird in the way my UI is put together?
The text was updated successfully, but these errors were encountered: