I use basic data and I generate classes from my data model.
I implement custom methods in these classes, however, when I regenerate, I generate from above to end up copying and pasting a bit. I would like to split my implementation files (".m"), so I can have one header file with several ".m" files. then I can save my own methods in one, and there is no need to worry about deleting them when I regenerate. I often use this method in .NET with its partial keyword. Is there something similar in objective-C
objective-c iphone class-design cocoa
Aran mulholland
source share