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 appenter image description here

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]; 

tsminiwebbrowser


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -