Black Friday 2009
Black Friday is almost here! Gadgetell's got you covered with all the latest news on who's offering the best deals. Dangerous crowds? You're on your own.
Our new podcast: Meet...
We know. Podcasts are so last year - but this one you won't want to miss. Whether it’s a rumor that won’t die, a new product announcement, or just a really good Macintosh or iPhone app find that we have to let you know about, we’ll make sure it’s covered on Appletellcast.
iPhone App Reviews
iPhone Apps. They were great when the App Store was first announced and we could all pick and chose what we wanted, but the number is now overwhelming. Here at Appletell, we'll detail the great iPhone apps we find, and steer you clear from those that aren't worth it even if they're free.
iPhone Game Reviews
As Apple turns the iPhone into one of the most popular gaming devices, the staff of Appletell--gamers and Apple fans alike--are here to help you get the most entertainment value out of your app store purchases.






In XCode, code files are split into a .h and a .m file. The files both have the same name, just different extensions. Typically, the .h file is the header file and contains variables and methods you are to include in the .m, or implementation file. For example, the .h file would simply declare an IBOutlet variable (one used in Interface Builder), whereas a .m file would have the code that acts upon that variable. This separation of two files for the same code effectively can be both annoying and helpful. On one hand, it helps to keep code organized, but on another, it can be a pain to have to switch between files so often.
If you choose to use Interface Builder files in your project instead of coding the interface, you will also have .xib files. These files are simply the drag and drop GUI views that can be altered in the IB interface and reference to in the code. As with the project types, these can also be chosen to be either Windows, Views, or Empty. Along with these files are any image files you choose to use in your project.
Last but not least are .plist, or property list, files. One of these files is originally included in any iPhone application project and contains the version number, icon file, and application name, among other things. However, these can also be used to store data locally and easily, and are very useful.
See more iPhone Developer Intervention articles.
Subscribe to keep up with the latest Apple news and rumors! -
Subscribe to our feed