• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

iPhone / Obj-C question

OogyWaWa

Senior member
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.?
 
Back
Top