fetch core data string and place in a label (Swift4)
问题 I am trying to call 2 different core data strings and place them each on separate labels. Right now I am getting the error Cannot invoke initializer for type 'init(_:)' with an argument list of type '([NSManagedObject])'. This error is coming from j1.text = String(itemsName). I added both view controllers for saving and displaying. import UIKit import CoreData class ViewController: UIViewController { @IBOutlet var j1 : UITextField! @IBOutlet var j2 : UITextField! @IBAction func save(){ let