Hey StackOverflow People,
I\'ve been trying to figure out this question for some time now but to no avail and I need some help. I have a UITableView close t
UITableView
The value for that is _snappingHeight and you can set it to what ever you need like:
_snappingHeight
refreshControl.setValue(100, forKey: "_snappingHeight")
Note that this is a private API and although it’s tested on the appstore, it may reject in the future.