I do think it is time to start learning a number of the basics of XCode. Like I said before Xcode is the Integrated Development Environment (IDE) you will employ to develop iPhone applications. As XCode is only available in a Mac, you must buy one if you don't own one in order to create your iPhone applications. The XCode include an editor for writing code and one for creating your user interface. Seeking XCode XCode can be located in several different locations based upon whether or not you're using the latest XCode version or the developmental version (XCode 4.0). The standard release can be found under Developer > Applications and Xcode 4.0 is now found in the same spot but it used to be located in its own folder. If you have found your version, I advise that you put it on your application row at the bottom of your desktop. Because you will be regularly using your XCode, it is advisable to have it readily accessible. Handy XCode Features XCode includes code completion. This means that as you type it may help find what you are looking for and let you press the tab key or click the text in the drop down list and it will be inserted into your app for you. XCode will also contain a number of refactoring and formatting help. This will enable you to rename variables or format everything nicely automatically. This will become very much handy when you observe that you have poorly-named variables and need to change it in 10 locations. Xcode come with an iPhone Simulator utilized when you run your application. This is very useful when you are just messing around with XCode just before buying your license or when you want rapid development without uploading to your phone every time. Generating A New Project First off, you are going to need to be able to create a new project. Open XCode. If you utilize XCode 4.0, you can locate it under Macintosh HD > Developer > Applications. Without having XCode 4.0 installed, you can undoubtedly find it under this location (as of this post). XCode 4.0 used to have its own folder but since then it was moved. Then next, you must go to the "File" option on the menu bar. Then go down to “New Project” and select this selection. Or you can select on the Create a new XCode project. Next, a popup will show up on your screen that contains many options on it. See below: Choose iPhone OS Application and after that you can decide on whichever type you want. We should go with a Window-based Application at this point. Then, click on Next. Next you will need to type in your Product Name and your company identifier. You should also ensure that you opt for iPhone in the drop down if you're just deploying yo iPhone. Lastly, click on next once again. You will also wish to choose in which you are saving your application. Then press Create. And XCode will start producing lots of the files for you. We focus on helping you get started creating iPhone apps. For more instructions and videos please visit us at http://www.creatingiphoneapps.net
Related Articles -
discovering xcode, xcode project, xcode options, xcode, open xcode, iphone applications, iphone software, phone applications,
|