Hi Guys,
I need to display the UIWebView under the UITableViewCell when user selects the required cell by tapping on the accessoryButtonTappedForRowWithIndexPath.
for example I have three rows, Home, Office and History, which are displayed in table view. If user selects Office then the details in webview should displayed under office's row or office's cell.
if user selectes the Home,then the details in webview should displayed under Home's row or Home's cell.
I hope that you understand my intention what I really want to say.
Thank you, Madan Mohan.