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 case of the contentInsetTop and contentInsetBottom variables of RefreshView, the value of contentInset and the value of adjustedContentInset are added.
However, this results in the same result as multiplying contentInset twice.
Because the value of adjustedContentInset is contentInset plus the value of safeArea.
The following fixes the problem where the scroll view is strange after refreshing or the value of contentOffset that is necessary for refreshing is too large:
In the case of the
contentInsetTop
andcontentInsetBottom
variables ofRefreshView
, the value ofcontentInset
and the value ofadjustedContentInset
are added.However, this results in the same result as multiplying
contentInset
twice.Because the value of
adjustedContentInset
iscontentInset
plus the value ofsafeArea
.The following fixes the problem where the scroll view is strange after refreshing or the value of
contentOffset
that is necessary for refreshing is too large:The text was updated successfully, but these errors were encountered: