ios - Unknown class <MyClass> in Interface Builder file in Swift -
I am programming the toDoList Objective-C tutorial from Apple, but I'm trying to do this in Swift. ()
Now when I run the application, I get an error:
Swift in the unknown class AddToDoItemViewControllerIn Interface Builder file. In
, someone solved, as I think the problem in the same problem [MyClass class]
is to do so in Swift Any way?
Thank you for your help!
Swift will have the same line as AddToDoItemViewController.self
. Which really matters, you call your visual controller with the swift code, so the linker knows to include that file.
Comments
Post a Comment