2013年1月21日

Objective C New stuffs that I dont know

摘要: http://www.raywenderlich.com/21320/objectively-speaking-a-crash-course-in-objective-c-ios6 IOS 61. To create an array, there’s a handy new shortcut in Objective-C – @[ item1, item 2, item 3 ].@property (nonatomic, strong) NSArray *myQuotes;// 1 - Add array of personal quotes self.myQuotes = @[ ... 阅读全文

posted @ 2013-01-21 21:42 Chansonyan 阅读(184) 评论(0) 推荐(0)

导航