Hey everyone, I am just starting to use cached data in Apps and don't have much experience with it on the iPhone.
I have an XML Parser and the App displays article names in a UITableView, and when the user clicks on the cell the article loads into a URL into a UIWebView. The second view uses NSURLConnection to display and animate a UIProgressBar, so what I was hoping to do was to check if the URL has been cached... if it has, then don't display the UIProgressBar.
I was just wondering what a good starting point would be to research how to check if a URL that I am loading into a UIWebView has been cached?
I have an XML Parser and the App displays article names in a UITableView, and when the user clicks on the cell the article loads into a URL into a UIWebView. The second view uses NSURLConnection to display and animate a UIProgressBar, so what I was hoping to do was to check if the URL has been cached... if it has, then don't display the UIProgressBar.
I was just wondering what a good starting point would be to research how to check if a URL that I am loading into a UIWebView has been cached?