2012年8月31日星期五

iOS Development Learning Notes


  • Turn on exception break point
  • Avoid using id type as much as possible
  • Can not use @synthesize in category implementation
  • Remember to set delegate in viewDidLoad