hey,
this might sound silly but since i am new to iPhone i wanted to ask this question... :P
Where is the UIWebView best used? I mean which type of application?
Could i use that if i wanted to display a video in some part of the screen rather than fullscreen which MPmediaPlayer is really good at?
Thanks :)
views:
17answers:
2
A:
The only places I have seen UIWebView really used in a way that is right is for help pages. Developers will make this page call a FAQ page hosted on their servers so that they can change the contents frequently without going back to Apple for review.
coneybeare
2010-08-12 12:10:37
thanks!...that clears some of my doubts regarding UIWebView... :)
Bangdel
2010-08-12 12:55:25
A:
to answer the question about playing video in a UIWebView:
please see this question here: http://stackoverflow.com/questions/1882286/video-content-on-iphone-safari-uiwebview
Roger
2010-08-12 12:13:22