Integrating a WebView

Hey all,

Not familiar with ObjC, but have a requirement to implement a WebView in my Unity iPhone project. Can anyone point me in the right direction for implementing something like this?

I’m using iPhone Pro 1.5.

Thanks,
Matt

Snowferno’s solution works well for me:

Yep… that is actually what I found that helped me implement the final solution. I had to change a few things up with the view (because I wanted to segment just a portion of the screen to display the web content), and add a few lines of code to detect when I set a pref for killing the web view… but nothing major and its working fine in the app now.

MJ

Is there a webview for Android? Just curious.