Search code examples
iosuiviewtableviewsubviewreloaddata

UITableView not reloading while reload from UIView subview in iOS


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.


Solution

  • Verify whether you have data when you reload UITableView. You can check this by putting breakpoint in numberOfSections and numberOfRowsInSections method.