Hi guys I know this is a pretty well posted thing to do, but I still can't work it out.
I have an instance method saveAllDataJobs in Jobs.m.
- (void) saveAllDataJobs { ... }
I am in DetailViewController.m and I want to run the method saveAllDataJobs, which is in Jobs.m. What precisely do I need in order for this code to run.
Sorry for the repeat question, but I can't work it out.
Regards