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
@gontovnik Thank you for making this nice control.
I used this nice control to our application to pull refresh the data on the UICollectionView. But I am facing with a problem when I set contentInset of the collectionView to any values. Hereunder is my code:
@gontovnik Thank you for making this nice control.
I used this nice control to our application to pull refresh the data on the UICollectionView. But I am facing with a problem when I set contentInset of the collectionView to any values. Hereunder is my code:
`colView.contentInset = UIEdgeInsets(top: 0, left: 50, bottom: 0, right: 50)
The problem is the X position of the pullToRefreshView start at the contentInset 50 but it end of the screen.
My expectation to have the pullToRefreshView starts at the beginning of the screen instead.
Anyone else have the same issue? Could you please tell me how to fix this?
Thanks!
The text was updated successfully, but these errors were encountered: