Im sub viewing uiview in view controller now i have called web service in - (id)initWithFrame:(CGRect)frame
method also response came while reloading with web service data tableView is not reloading. any idea thanks in advance.
Verify whether you have data when you reload UITableView. You can check this by putting breakpoint in numberOfSections and numberOfRowsInSections method.