简体   繁体   中英

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM