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
On line 348: let contentInset = UIEdgeInsets(top: top, left: scrollViewContentInset.top, bottom: scrollViewContentInset.left, right: scrollViewContentInset.right)
Looks like you're setting left to top and bottom to left. Is that intentional?
The text was updated successfully, but these errors were encountered:
On line 348:
let contentInset = UIEdgeInsets(top: top, left: scrollViewContentInset.top, bottom: scrollViewContentInset.left, right: scrollViewContentInset.right)
Looks like you're setting
left
totop
andbottom
toleft
. Is that intentional?The text was updated successfully, but these errors were encountered: