iphone - Can you add an html file in the xcode groups folder and open it in a UIWebView? -


i want load html file on web view without having upload web. have file in groups folder in xcode. can open in webview?

just path resource, , tell webview load it. should similar you'd need.

[webview loadrequest:[nsurlrequest requestwithurl:[nsurl fileurlwithpath:[[nsbundle mainbundle] pathforresource:@"myhtmlpage" oftype:@"html"]isdirectory:no]]]; 

where webview iboutlet uiwebview


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -