|
|
Member Since: Apr 25, 2012
Posts: 13
|

04-27-2012, 12:59 PM
Quote:
Originally Posted by AvisNocturna
Hi!
You can open an xcode 3 project in xcode 4, it should convert fine if it is a simple project without sub-projects etc...just try it on a backup copy!
The beginning point of any C program is always the main function. This is also true for Objective-C/Cocoa. A function called UIApplicationMain is called in the main function, starting the Cocoa "machinery". For most developers, the start point is the applicationDidFinishLaunching: method of the UIApplication delegate. Look for this method and you'll find your starting point!
|
This is really helpful; thank you. The more and more I dig into the code on this app he created, the more problems I find. I think I will be on this forum quite a bit with questions regarding his process. Thank you again.
WH
|
|
|
QUOTE
Thanks
|