In this post, answering a StackOverflow question, I show how to write a custom renderer that disables the bounce effect on Xamarin.Forms iOS CollectionView
iOS 11 introduced the large titles as a new design. By default, this is not enabled. In this post, you will learn how to add them to you Xamarin.Forms app.
Instead of writing custom renderers, you now have the possibility to customize the Xamarin.Forms behavior with Effects. In this post we will learn how.