iPhone best location for code used by more than one viewcontroller?

Posted by Scott Pendleton on Stack Overflow See other posts from Stack Overflow or by Scott Pendleton
Published on 2010-05-08T17:18:45Z Indexed on 2010/05/08 17:28 UTC
Read the original article Hit count: 145

Filed under:
|
|
|

The more I develop iPhone apps, the more reusable functions I write. At the moment I just copy them into the .m files that need them. But would it be better to have a separate .m file and #import it instead? I don't wish to compile a library, I just want to know how other folks have handled this. Thanks.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about functions