I am using PFQueryTableViewController in my Parse iOS project.
I call [self loadobjects] in viewWillAppear of my list view to refresh the data after returning from a detail view that allows editing of the data. This works as expected except that my TableView separator lines disappear in the list view. I have also tried putting loadobjects in viewDidAppear with same issue. The issue seems to be intermittent. Sometimes the seperator lines appear and sometimes they disappear.
Has anyone else experienced this and If so how did you resolve it?
Thanks