Just got a quick question about iPhone development.
Lets say I'm working on a somewhat complicated app on a team and I'm working on some backend stuff. Lets say, some type of DB connector or something.
If I've got a simple list of inputs/outputs for my class, can I develop my class as just a regular command line app or something and just move the .m and .h files over to the main iPhone project and expect it to work? Obviously my class would have to import any necessary stuff and anything using my class would have to import it, but other than that...? Are there any type of configurations stored in the file? Like, i dunno... project name, superclasses, etc.?
Lets say I'm working on a somewhat complicated app on a team and I'm working on some backend stuff. Lets say, some type of DB connector or something.
If I've got a simple list of inputs/outputs for my class, can I develop my class as just a regular command line app or something and just move the .m and .h files over to the main iPhone project and expect it to work? Obviously my class would have to import any necessary stuff and anything using my class would have to import it, but other than that...? Are there any type of configurations stored in the file? Like, i dunno... project name, superclasses, etc.?