noooo... the problem is the other way around. Let's try this.
1. I have an interface in IB. It has a class called foo to handle object communications with each other.
2. I save the class .m and .h files to my xcode project via write class files in IB.
3. I put something, more accurately a setintvalue function into one of the actions in the class.
4. I run the program and it works nice.
5. Then I go back to IB and add another action to the class foo.
6. When I do write class files, it replaces the previous one. So any lines I wrote in those actions like setintvalue for example, are gone. It's an empty shell waiting to be filled again.
My only workaround currently is to save the updated class files with a new name, then copy the new parts to the old one. But surely there is a better way than that?