Questions about Classes and InterfaceBuilder
Hey,
im new in iPhone development and I have some questions.
My first Problem is the structure of classes.
I dont know where the connections to the other classes are and how they were called. When I see a new fresh xCode projekt, there is only the projectnameAppDelegate.h and the projectnameAppDelegate.m and dont see the relation to a class that I bulid.
Becouse in some samples from Apple that I have seen are only the delegate files and other classes where tables or buttons were build, but there is no relation where I can see how the class were called.
Can you give me a description about the classes how the structure is and how I have to work with them?
The I got a problem with the methods. In all sample classes from Apple that I have seen are many methods, but I cant see where there are called.
What have I overlooked?
And my third question is about the InterfaceBuilder.
I think in all Apple samples the Cocoa/UIKit components were build by code and not with InterfaceBuilder.
Why?
And the last one is the question to you to give me some tips for learning to work and develop with the iPhone SDK.
Do you have some?
Thanks for your answers.
snatch
|