I have an app with multiple tableview controllers that are displaying their data via core data via a push segue. Each navigation controller and its corresponding tableview controller has 'Restoration ID' string inside of the storyboard.
Am I correct in assuming that Xcode does to require a 'restoration class' via code because none of the tableview controllers are created in code? Under which conditions do I need to establish a 'restoration class', like self.restorationClass = [self class];
Thank you for your time and response!