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

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -