سؤال

It is easy to create tableView with some data already using NSMutableArray and initWithObjects method.

However, is it possible to do the same when using core data?

i.e. let's say that entity is called MyEntity and Attributes are name and value.

table cell has identifiew myCell.

هل كانت مفيدة؟

المحلول

why don't you just ask your model some Data that you'd put into an NSArray ? It's as easy as that !

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top