我有一个对我的应用委托(delegate)的引用letappDel:AppDelegate=(UIApplication.sharedApplication().delegate)asAppDelegate这工作得很好,但是下面这行代码给出了一个错误:letcontext:NSManagedObjectContext=appDel.managedObjectContext它给了我以下错误:'vctGebruikers.Type'doesnothaveamembernamed'appDel'我像这样在类(class)下面声明了它们:classvctGebruikers:UIViewCon