views:

15

answers:

1

Hello, 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

+1  A: 

NSArrayController is not available in iOS, only on the Mac.

Ole Begemann
argh... I was following the Hildegass book and thought this was available on iOS too :) Thanks
Luc