WebKit Browser
Loading...
6,229
Loading...
Uploader Comments (ryan9559)
see all
All Comments (13)
-
What the code for add download possibility.(c++)
-
no basic buttons accept buttons with pictures
-
@pepsipopup it's a UIWebView (the page part of safari)
-
is webkit faster than firefox?
-
It is based off of the WebKit browser, same as Google Chrome and Safari are.
He however, designed the interface for such an amazing browser. I want this :)
-
nah its webkit
-
what is that???
its not webkit, not safari, not firefox, not anything!!!
-
kewl
Loading...
Hmm... I heard the music you used in a Apple thing...
kwashner101 3 years ago
its the same one. its a real song
ryan9559 3 years ago
You can use this to set the title of the window to the title of the web page you're viewing.
- (void)webView:(WebView *)sender didReceiveTitle:(NSString *)title forFrame:(WebFrame *)frame
{ if (frame == [sender mainFrame]){ [[sender window] setTitle:title]; }
}
SmugVirusFreeMacUser 4 years ago
thanks, I'll have to try it out.
ryan9559 4 years ago