2012-02-03 78 views
0

我需要在運行時綁定一個NSArrayController's內容集。內容集是兩個NSManagedObject類之間的「許多」部分,其中一部分在運行時是已知的。在運行時綁定一個NSArrayController

的方法使用是(我認爲):

[[self referencesController] bind: <content set> toObject: [self representedObject] withKeyPath: @"references" options: nil] 

在上述[self referencesController]NSArrayController[self representedObject]是關係的1個部分和@"references"是關係的許多部分。

我的問題是NSArrayController的屬性是否會進行綁定,因此需要爲內容集輸入什麼內容?

回答

相關問題