我happend看到一個特定代碼,註釋@ [目的]爲NSArray的
NSIndexPath *indexPath = [NSIndexPath indexPathForRow:0 inSection:0];
[self.tableView insertRowsAtIndexPaths:@[indexPath] withRowAnimation:UITableViewRowAnimationAutomatic];
什麼是註釋@[indexPath]
的名字,我從來沒有看到這樣的。並且從什麼時候開始介紹Objective-C。我知道它取代了[NSArray arrayWithObjects:indexPath,nil]
,那其他的功能呢?這個功能的用途是什麼(好,除了更短)?
謝謝。
文字在[Xcode 4.4]中引入(http://developer.apple.com/library/mac/ipad/#documentation/DeveloperTools/Conceptual/WhatsNewXcode/Articles/xcode_4_4.html)。 – Adam
+1的答案。如上所述,它在4.4中引入。 – iDev
哎呀對不起:p從4.5編輯它到4.4。 –