Disable bounce effect on CollectionView in your Xamarin.Forms iOS app
I noticed a StackOverflow question where the author was interested in disabling the bounce effect for CollectionView. They had a method for ListView, but was now looking on how to do it for CollectionView on iOS. I put together a small sample, let me tell you what I did. The Bounce Effect If you have … Read more