Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS: UIWebView full open source browser?

Does anyone know if there are any open source solutions out there that use UIWebview to build a full browser? There is something like this in Three20 when you pass a URL, but I am assuming there must be other alternatives out there.

I realize that UIWebView is a web browser, but hooking up refresh, back button, URL bar, etc will take extra time.

Suggestions?

like image 597
Nic Hubbard Avatar asked Nov 29 '22 10:11

Nic Hubbard


1 Answers

SVWebViewController looks pretty much like what you're looking for.

like image 96
omz Avatar answered Dec 07 '22 01:12

omz