iOS - Getting a weird error: unrecognized selector sent to instance on a UITableView
问题 Introduction In my current application I have a UITableView which holds custom cell objects. The custom UIViewCellObjects are simply subclassed from the standard UITableViewCell class. The custom cells holds information about running background uploads, and updates them with things like percentage done and so on. The custom cell objects listens to NSNotifications from upload processes running in the background, and when they get a relevant notification, they simply update their own view