ios - how to add a tool bar with back and fourth button programmatically in a webview to navigate in iphone? -
i have application in need navigation through wepages in webview.can give me suggessions on how add toolbar navigation on weview in iphone twitter app
you can use next open source class browser view controller
tsminiwebbrowser *webbrowser = [[tsminiwebbrowser alloc] initwithurl:[nsurl urlwithstring:@"http://indiedevstories.com"]]; [self.navigationcontroller pushviewcontroller:webbrowser animated:yes]; 
Comments
Post a Comment