1

I'm just starting to use core data in my iphone app. I have created my Entity (measure) with 2 property (date, value). According to the tutos I'm reading, I then need to create an Array Controller in Interface Builder. The thing is... I cannot find it in IB. Is there something to configure to have this type of controller in the list ? Thanks, Luc

4

1 回答 1

4

NSArrayController在 iOS 中不可用,仅在 Mac 上可用。

于 2010-07-10T21:34:22.160 回答