IOS: How to disable the bounce effect in tableview?

I have a simple tabelviewcontroller and I want to remove / disable the bounce effect (for example, used when dragging and dropping).

I tried setting refreshControl to null, but I get an exception (the argument cannot be null).

I use Xamarin, but my question does not apply to Xamarin.

+4
source share
1 answer

I found out myself. I feel a little silly, but for future reference: If you need to disable the pull-to-refresh / bounce effect, just uncheck the "bounces" property in the scroll view in the storyboard.

+4
source

All Articles