Reload tableview iphone developer
I have a feed reader that read automatically the homepage of my website! But when I change the feed URL and reload data the cell isn't reloaaded! Infact I must scroll the cell view (infact with this action is called the didselectrowatindex method) to reload data in the cell with the new ones. I tried [tableview reload]; without any results.... Is there a method to reload all content in the cell witho开发者_StackOverflowut scrolling it? Thanks
Well, it should be [tableview reloadData]
If it's not working, then maybe you have a problem with your IBOutlet?
精彩评论