Quote:
Originally Posted by benoitr007
Oh yeah I see now! Thanks a lot for clarifying that.
Views and view controllers still confuse me, but I'll keep reading/watching tutorials and try to master them better. 
|
I am glad I could help. In terms of views and view controllers, you will come across a lot of material referring to the programming theory of Model-View-Controller. Speaking from one noob to another, I would recommend not to get bogged down in the details of theory.
And that takes me to your second question, I'd, where to put your main application code. The question itself assumes there is one place to put your code. But there isn't. In object oriented programming, you can put your code anywhere and each object can communicate with other objects.
So where you put you put your code largely depends on what you need it to do.