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.
source
share