Thanks for the great project! Just wanted to mention that AFAICT if you are not using interface builder, then you need to write loadView() manually in the controllers, otherwise you get a crash:
override func loadView() {
self.view = NSView()
}
If this is correct, then maybe it is worth mentioning in the README.
Thanks for the great project! Just wanted to mention that AFAICT if you are not using interface builder, then you need to write
loadView()
manually in the controllers, otherwise you get a crash:If this is correct, then maybe it is worth mentioning in the README.