Pages

Tuesday 2 September 2014

iOS Development - 1


  1. Dashcode is used to write dashboard widgets and webapps not iOS apps
  2. Instruments help test memory usage and performance of your apps during testing
  3. Quartz composer can be used to create motion graphics for your apps
  4. XCode is the IDE for writing iOS apps
  5. Frameworks are what libraries are called in objective-C
  6. Every class has a .h (header) and .m (implementation) file that goes with it. The .xib file is the view file for the app
  7. The .xib files are XML files that are loaded by the Cocoa touch framework during runtime
  8. The GUI Editor or Interface Builder in objective C is creating XML files and all that can be done with code

No comments:

Post a Comment