I have a static group of cells, a few groups actually, and for some reason the pull to refresh function is enabled, I can't figure out where, at least in Xcode Interface builder an option is to disable that. I assume I'll have to do it programmatically.
Does anyone know how this needs to be done in Swift?
When being at the very top of a web page on Chrome on your Android device, you may reload it by tap-holding, and swiping down. Of course, you may turn this feature off for all the tabs by visiting chrome://flags/#disable-pull-to-refresh-effect on your chrome browser, and then set it to Disable.
Google Chrome for Android no longer has an option to disable “Pull to Refresh”. For people who don't really like using this feature, this is pretty annoying. There was a way to disable this using a flag, but version 75 removed this flag too.
Pull-to-refresh lets a user pull down on a list of data using touch in order to retrieve more data. Pull-to-refresh is widely used on devices with a touch screen.
For swift 4 you can using
self.yourTableView.refreshControl = nil
If you're using UITableViewController
, it should be something as simple as
self.refreshControl = nil
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With