I had a need to use pull-to-refresh functionality in a UIScrollView for my iPad application. After searching the internet, I was only able to find a pull-to-refresh solution for an iPhone UITableView. However, I was able to adapt this code for an iPad UIScrollView.
You can find an example and the code here. I hope this helps someone out there!