Hi guys,
I have scenario where I have a simple Core Data entity that I manage via STV but one of the fields is a lookup field with standard name/value pair functionality expected. It is expected that the name is displayed in the master and edit views, but the value is stored in the actual field. In addition, the values for the lookup do not come from Core Data but are dynamically determined at runtime (they are available in viewDidLoad).
Any suggestions on the appropriate type for the field? I assume Selection is too simple but I'm not sure which one would work best between Object Selection and Array of Objects and also where and how to initialize the lookup data?
Thank you!