views:

51

answers:

1

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..

A: 

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!!

GopiKrishnAn

related questions