So there isn’t a real way to write private methods in Objective-C. What I tried to for a while is to just write the methods in the .m file and simply omit the declarations in the .h file. This would be quite annoying when you call the private methods before they are defined in the … [READ THE FULL ARTICLE]
Jan 082010