Create iPhone app programmatically, in its entirety

Posted by miorel on Stack Overflow See other posts from Stack Overflow or by miorel
Published on 2010-03-27T17:04:20Z Indexed on 2010/03/27 17:13 UTC
Read the original article Hit count: 352

I recently became interested in iPhone app development, so I've been looking at online tutorials, and also reading a book, trying out the examples as I go along.

I'm getting better, but one of the things I still find quite annoying about the usual development model is that I really have no idea what the SDK is really doing behind the scenes to make the app "work" because Apple protects me from this. For example, when I make connections on interface builder, this presumably corresponds to code being generated somewhere... Where that code is and what it does and how it works are not obvious (to me).

So I'm wondering, is it possible to create an iPhone app entirely programmatically? That is, have execution start in some main method, which will then programmatically create any views, register event listeners, etc. And if yes, what are some good resources for something like this?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk