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 to the bottom of my app and there's not enough screen distance for the user to engage the refresh. Does anybody know how I can shorten the distance it takes to activate the pull to refresh action on a UIRefreshControl
within a UITableView
and UIWebView
?
Thanks in advance everyone!