I created a fresh project (Xcode 4, Master-Detail application) just to see if I\'m doing something wrong, but I still have the same problem. I want to call -reloadData
-reloadData
For me it's started working by adding ->super.setSelected(selected, animated: animated)
super.setSelected(selected, animated: animated)
override func setSelected(_ selected: Bool, animated: Bool) { super.setSelected(selected, animated: animated)//This was missing }