I am currently developing an iPhone app and would like to implement the ability to download files (specifically pdf, mp3, doc and ppt files) from the internet. I have created the UIWebView, but want t
I am using the UIWebView to load both streaming audio and video. I have properly set up the UIWebView delegate and I am receiving webViewDidStartLoading and webViewFinishedLoading events perfectly. Th
What I\'m trying to do is transfer the contents of a UIWebView from one view controller to another. I开发者_开发知识库 could just copy the URL and reload the page, but that would take quite a bit of t
I\'m using UIWebView on the iPhone to display EPUB content, but I\'d like to simulate the page flipping \'experience\' (display an animation of开发者_运维百科 the page folding over) and then scrolling
It looks like a problem which could have simple solution, but I haven\'t found anything what could lead the way to it. I\'m using UIWebView inside of UIScrollView and ta开发者_运维知识库pping on statu
This is strange.I have a custom Nib with a webView, all outlets are set properly.On the first \"Build and Run\", whenever I invoke the nib, it\'s just a blank white screen with my iPhone status bar at
I am using fbConnect in my Cocoa Touch application. I have UIWebview on my view, and I want to publish the UIWebview\'s context (its only text) to FaceBook.
I\'ve been messing around with some open source code trying to figure cocoa out. I\'ve gotten an application with multiple views, and I want to put UIWEBVIEWS on the second, third, and fourth view con
Can I develop an applica开发者_JAVA技巧tion on web to draw something on iPhone? I guess not because when I draw in the browser it will be treated as \"dragging\" but I just want to double check for a
I\'m using UIWebView to display article and one of functionality requirements is text resizing. Since, setting increased size and reloading UIWebView loses scroll offset I decided use Javascript solut