Cannot Send Message to Other ViewController
问题 I was messing around in Xcode creating... something... when I needed to send a message to the MainViewController.m from the FlipsideViewController.m . Except, when I do, the ViewController I am sending the message from does not detect the method as existing, despite the fact that I put the method in MainViewController.h . This is the method: - (void)setAutosave:(BOOL)boolee { _autosave = boolee; } I have imported the MainViewController into the FlipsideViewController, but as I call it (