I am using FB Single sign on for my iphone app. I need to send friend request to a person on facebook through my Iphone app...
I have a View, i would like to put a test ( a UILabel) witch when clicking it, it open me a web View w开发者_开发百科ith an URL ( WWW.mySite.com).
HI guys. I need to load image and text in UIWebView, I loaded image like that NSData *imageData = [[NSData alloc] initWithContentsOfURL:imageUrl];
i\'m writing an ap开发者_运维技巧plication , has a tab bar and there is a web view and i want to hide this web view when someone push to the same page\'s tab bar button item . Please Help !!!on your t
I am writing a app that has a UIWebView that displays a HTML5 page. I want to annotate some text on the web page and save it in SQLite database. The annotated text must be changed to a specific color
I want to display local html file that has css too in UIWebView. I am able to do that using following code..
I\'m catching an url in shouldStartLoadWithRequest. How may I know if it\'s one of my开发者_JS百科 project resources that is trying to be opened (for example with [self.webView loadHTMLString:htmlCon
Im trying to get a web page to load in a uiwebview. The majority of the page loads but the table on the page doesnt load for me. Does anyone know why this might b开发者_如何学Goe?
new to this site, but my head is absolutely killing me after trying for the past few hours to fix something that I know has to be insanely simple.
I want to enter a password in a webpage I load in an UIWebView. The password is a string, and I wan开发者_Python百科t to enter the password and hit a button in the page, automatically when the View lo