XCodeAndIPhone SDKThe Development Environment trial is the content to be introduced in this article. Apple is apple. Even if it is not easy to use, I am sorry to say it is not good. The power of culture is indeed infinite! I have seen a blog post on the DoNews website. Even if apple's products are defective, it cannot be criticized in front of fans. because apple's product culture has cultivated fans into a defect, it is also a kind of beauty.
I have been using VS as a development tool on the Windows platform, VS2005 and VS2008, all the way, although I downloaded the iPhone SDK with XCode3.1 two months ago ), at that time, I wrote a "hello world!" I didn't continue. This time I joined BIBF and had some leisure time at night, so I thought I would like to continue playing the game ).
Although I have seen many articles commenting on XCode on the Internet and even compared them with VS, the comparison result is of course XCode wins, for example, simple and easy to use, free XCode, and comprehensive documentation. However, aside from the habit, XCode is really inferior to VS at most, and cannot be compared with VS at all!
The first is ease of operation. In VS or 2005, the interface design of development tools is much more convenient than that of XCode, compared with the interface design functions integrated with VS, The InterfaceBuilder tool included in XCode not only has a low degree of integration, but also has a much simpler control manipulation. VS2005 can easily modify the attributes and methods of controls, however, there are few items that can be modified between IB and it is inconvenient to interact with the program. You must manually add the interface code saved by IB to the project, the consequence is that definitions are often missed, which takes a lot of time on the interface.
VS's object-oriented programming is fully realized. Even a self-compiled class is automatically filled with the class name and input ". "Then, the methods, attributes, and interfaces in the class can be automatically changed to a drop-down menu, which saves the input time and avoids errors and case differences during manual input.
In addition to the differences in tools, there are also differences in Obiect-C syntax. There are a lot of "[]", and the syntax for object-oriented programming is quite cool to say. However, complaints are all complaints, the development of the iPhone will continue, and the charm of apple cannot be blocked!
Summary:XCodeAndIPhone SDKI hope this article will help you with the introduction of the development environment trial.