Recently, I became interested in developing applications for the iPhone, so I watched online tutorials and also read a book, trying examples when I go.
I'm getting better, but one of the things that I still find pretty annoying about the normal development model is that I really don't know what the SDK really does behind the scenes for the application to work, because Apple protects me from of this. For example, when I make connections to the interface builder, this, apparently, corresponds to the code generated somewhere ... Where this code is and what it does and how it works is not obvious (for me).
So I wonder if itβs possible to completely create an iPhone app? That is, the start begins with some basic method, which will then programmatically create any views, register event listeners, etc. And if so, what are some good resources for something like this?
source
share