PFQueryTableView Auto Refresh When New Data Updated or Refresh Every Minute Using Parse
问题 Currently Im following this tutorial http://www.appcoda.com/ios-programming-app-backend-parse/ But I want the tableviewcontroller to be refresh with new data when data from parse.com is update automatically. I don't want the user to always have to pull to refresh. or maybe having time refresh every minute? I heard about reloaddata but how to implement the code? - (id)initWithCoder:(NSCoder *)aCoder { self = [super initWithCoder:aCoder]; if (self) { // The className to query on self