how to initialise my detail view with webview when a table row get selected in master view... any example or any method to solve this problem....
Thanks in advance..
how to initialise my detail view with webview when a table row get selected in master view... any example or any method to solve this problem....
Thanks in advance..
initialize one UIWebview in Detailview('s loadview) and Keep it as hidden. If a row is tapped on master controler then pass that URL to UIWebView and make it as Visible.
All the best!!